Html Css Color HEX #C9AC09 Bird Flower

📋 copy color: '#C9AC09'

red 201 ◦ green 172 ◦ blue 9

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

Shades of Bird Flower #C9AC09

Tints of Bird Flower #C9AC09

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.03%

 BLUE value IS 9 (3.91% from 255) = 2.36%

R = 52.62%
G = 45.03%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C9AC09 (or 0xC9AC09) is known color: Bird Flower. HEX triplet: C9, AC and 09. RGB value is (201,172,9). Sum of RGB (Red+Green+Blue) = 201+172+9=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 9 (3.91% from 255 or 2.36% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AC09 is #3653F6. Grayscale: #A2A2A2. Windows color (decimal): -3560439 or 634057. OLE color: 634057.

HSL color Cylindrical-coordinate representation of color #C9AC09: hue angle of 50.94º degrees, saturation: 0.91, 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 #C9AC09 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 172 9 -
CMYK 0 0.14 0.96 0.21
HSL 50.94º 0.91% 0.41% -
HSV(B) 50.94º 0.96% 0.79% -
XYZ 38.89 41.94 6.3 -
YUV 162.09 41.61 155.75 -
System Red Green Blue C M Y K H S L
Decimal 201 172 9 0 0.14 0.96 0.21 50.94 0.91 0.41
Hex C9 AC 9 0 E 60 15 33 5B 29
Octal 311 254 11 0 16 140 25 63 133 51
Binary 11001001 10101100 1001 0 1110 1100000 10101 110011 1011011 101001

Color Harmonies of #C9AC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AC09

Black with #C9AC09

Text Example


Text Example

White with #C9AC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AC09; }

 p { color: rgb(201,172,9); }

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

background-color css

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

 a { background-color: rgb(201,172,9); }

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

border-color css

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

 span { border-color: rgb(201,172,9); }

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