Html Css Color HEX #C9B60B Bird Flower

📋 copy color: '#C9B60B'

red 201 ◦ green 182 ◦ blue 11

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

Shades of Bird Flower #C9B60B

Tints of Bird Flower #C9B60B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.19%

 BLUE value IS 11 (4.69% from 255) = 2.79%

R = 51.02%
G = 46.19%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#C9B60B (or 0xC9B60B) is known color: Bird Flower. HEX triplet: C9, B6 and 0B. RGB value is (201,182,11). Sum of RGB (Red+Green+Blue) = 201+182+11=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 182 (71.48% from 255 or 46.19% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B60B is #3649F4. Grayscale: #A8A8A8. Windows color (decimal): -3557877 or 767689. OLE color: 767689.

HSL color Cylindrical-coordinate representation of color #C9B60B: hue angle of 54º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9B60B is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 182 11 -
CMYK 0 0.09 0.95 0.21
HSL 54º 0.9% 0.42% -
HSV(B) 54º 0.95% 0.79% -
XYZ 40.88 45.9 7.02 -
YUV 168.19 39.29 151.4 -
System Red Green Blue C M Y K H S L
Decimal 201 182 11 0 0.09 0.95 0.21 54 0.9 0.42
Hex C9 B6 B 0 9 5F 15 36 5A 2A
Octal 311 266 13 0 11 137 25 66 132 52
Binary 11001001 10110110 1011 0 1001 1011111 10101 110110 1011010 101010

Color Harmonies of #C9B60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B60B

Black with #C9B60B

Text Example


Text Example

White with #C9B60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B60B; }

 p { color: rgb(201,182,11); }

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

background-color css

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

 a { background-color: rgb(201,182,11); }

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

border-color css

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

 span { border-color: rgb(201,182,11); }

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