Html Css Color HEX #C9C008 Bird Flower

📋 copy color: '#C9C008'

red 201 ◦ green 192 ◦ blue 8

#C9C008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #C9C008

Tints of Bird Flower #C9C008

RGB

 RED value IS 201 (78.91% from 255) = 50.12%

 GREEN value IS 192 (75.39% from 255) = 47.88%

 BLUE value IS 8 (3.52% from 255) = 2%

R = 50.12%
G = 47.88%
B = 2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C9C008 (or 0xC9C008) is known color: Bird Flower. HEX triplet: C9, C0 and 08. RGB value is (201,192,8). Sum of RGB (Red+Green+Blue) = 201+192+8=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 8 (3.52% from 255 or 2.00% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C008 is #363FF7. Grayscale: #AEAEAE. Windows color (decimal): -3555320 or 573641. OLE color: 573641.

HSL color Cylindrical-coordinate representation of color #C9C008: hue angle of 57.2º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9C008 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 192 8 -
CMYK 0 0.04 0.96 0.21
HSL 57.2º 0.92% 0.41% -
HSV(B) 57.2º 0.96% 0.79% -
XYZ 42.98 50.13 7.64 -
YUV 173.72 34.48 147.46 -
System Red Green Blue C M Y K H S L
Decimal 201 192 8 0 0.04 0.96 0.21 57.2 0.92 0.41
Hex C9 C0 8 0 4 60 15 39 5C 29
Octal 311 300 10 0 4 140 25 71 134 51
Binary 11001001 11000000 1000 0 100 1100000 10101 111001 1011100 101001

Color Harmonies of #C9C008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C008

Black with #C9C008

Text Example


Text Example

White with #C9C008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C008; }

 p { color: rgb(201,192,8); }

 H1.HeaderClassName
 {
   color: #C9C008;
 }
 .AnyTagClassName
 {
   color: #C9C008;
 }
</style>

background-color css

<style>
 a { background-color: #C9C008; }

 a { background-color: rgb(201,192,8); }

 div.DivClassName
 {
   background-color: #C9C008;
 }
 .BgClassName
 {
   background-color: #C9C008;
 }
</style>

border-color css

<style>
 span { border-color: #C9C008; }

 span { border-color: rgb(201,192,8); }

 td.TdClassName
 {
   border-color: #C9C008;
 }
 .TagClassName
 {
   border-color: #C9C008;
 }
</style>