COLOR #C9CB23

HEX: #C9CB23
RGB: (201,203,35)

Color info

#C9CB23 contains mainly red and green colors. Web safe color of #C9CB23 is #CCCC33 (or #CC3).

RGB color model

#C9CB23 color RGB value is (201,203,35).

  • red value is 201;
  • green value is 203;
  • blue value is 35.
RGB:
(201,203,35)
(79%,80%,14%)

RGB channels and saturation

R 201 of 255 = 79%
G 203 of 255 = 80%
B 35 of 255 = 14%

201
203
35

R + G + B ~ 58%. #C9CB23 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
201 + 203 + 35 = 439 (100%)
R 201 of 439 ~ 45.79%
G 203 of 439 ~ 46.24%
B 35 of 439 ~ 7.97%

%45.79
%46.24

CMYK color model

#C9CB23 color CMYK value is (1,0,83,20).

  • cyan value is 0.99%
  • magenta value is 0.00%
  • yellow value is 82.76%
  • key color value is 20.39%
CMYK:
(1,0,83,20)
C1M0Y83K20 
(1%,0%,83%,20%)
(0.01/0.00/0.83/0.20)	

CMYK percentages

%0.99
%0
%82.76
%20.39

Codes

Color #C9CB23 in popluar color models

C9CB23
RGB20120335
HSL61°70.59%46.67%
HSB/HSV61°82.76%79.61%
CMYK0.99%0.00%82.76%
20.39%

Color #C9CB23 in popluar number systems.

HEXC9CB23
Decimal20120335
Binary1100100111001011100011
Octal31131343

Shades and tints

Shades of #C9CB23

#C9CB23
(201,203,35)
#B7B920
(183,185,32)
#A5A71D
(165,167,29)
#93951A
(147,149,26)
#818317
(129,131,23)
#6F7114
(111,113,20)
#5D5F11
(93,95,17)
#4B4D0E
(75,77,14)
#393B0B
(57,59,11)
#272908
(39,41,8)
#151705
(21,23,5)
#000000
(0,0,0)

Tints of #C9CB23

#C9CB23
(201,203,35)
#CDCF37
(205,207,55)
#D1D34B
(209,211,75)
#D5D75F
(213,215,95)
#D9DB73
(217,219,115)
#DDDF87
(221,223,135)
#E1E39B
(225,227,155)
#E5E7AF
(229,231,175)
#E9EBC3
(233,235,195)
#EDEFD7
(237,239,215)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CB23 color. Also use rgb(201,203,35) instead hex code.

Text Font Color

.myTextColor { color: #C9CB23; }

<p style="color:#C9CB23">This sample text font color is #C9CB23.</p>

This text font color is #C9CB23.


Background Color

.myBgColor { background-color: #C9CB23; }

<div style="background-color:#C9CB23">Inner text</div>

This div background color is #C9CB23.


Border color

.myBorderColor { border: 1px solid #C9CB23; }

<div style="border:3px solid #C9CB23">Div</div>

This div border color is #C9CB23.


Opacity

.myOpacity80 { color: #C9CB23; opacity: 0.8; }

<p style="color:#C9CB23;opacity:0.8;">80%</p>

Text with #C9CB23 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C9CB23;}

<p style="text-shadow: 3px 3px 1px #C9CB23">Text here.</p>

This text has shadow with #C9CB23 color.

.textShadow {text-shadow: 3px 3px 1px #C9CB23, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C9CB23, 5px 5px 20px red">Text here.</p>

This text has shadow with #C9CB23 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9CB23, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C9CB23, Direction=45, Strength=4)">Text</p>

This text has shadow with #C9CB23 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C9CB23;
  -webkit-box-shadow:	1px 1px 3px 2px #C9CB23;
  box-shadow:		1px 1px 3px 2px #C9CB23;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9CB23;
-webkit-box-shadow: 1px 1px 3px 2px #C9CB23;
box-shadow:1px 1px 3px 2px #C9CB23;">
Div content here</div>
This div box has shadow with color #C9CB23.

Preview

Color preview on black background

This text has color #C9CB23 on black background.


Color preview on white background

This text has color #C9CB23 on white background.



Black color preview on #C9CB23 background

This text has black color on #C9CB23 background.


White color preview on #C9CB23 background

This text has white color on #C9CB23 background.