Html Css Color HEX #C9AC08 Bird Flower

📋 copy color: '#C9AC08'

red 201 ◦ green 172 ◦ blue 8

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

Shades of Bird Flower #C9AC08

Tints of Bird Flower #C9AC08

RGB

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

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

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

R = 52.76%
G = 45.14%
B = 2.1%

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

#C9AC08 (or 0xC9AC08) is known color: Bird Flower. HEX triplet: C9, AC and 08. RGB value is (201,172,8). Sum of RGB (Red+Green+Blue) = 201+172+8=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 8 (3.52% from 255 or 2.10% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AC08 is #3653F7. Grayscale: #A2A2A2. Windows color (decimal): -3560440 or 568521. OLE color: 568521.

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

Color convert

RGB 201 172 8 -
CMYK 0 0.14 0.96 0.21
HSL 50.98º 0.92% 0.41% -
HSV(B) 50.98º 0.96% 0.79% -
XYZ 38.88 41.94 6.28 -
YUV 161.98 41.11 155.84 -
System Red Green Blue C M Y K H S L
Decimal 201 172 8 0 0.14 0.96 0.21 50.98 0.92 0.41
Hex C9 AC 8 0 E 60 15 33 5C 29
Octal 311 254 10 0 16 140 25 63 134 51
Binary 11001001 10101100 1000 0 1110 1100000 10101 110011 1011100 101001

Color Harmonies of #C9AC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AC08

Black with #C9AC08

Text Example


Text Example

White with #C9AC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AC08; }

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

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

background-color css

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

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

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

border-color css

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

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

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