Html Css Color HEX #C9AC0F Bird Flower

📋 copy color: '#C9AC0F'

red 201 ◦ green 172 ◦ blue 15

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

Shades of Bird Flower #C9AC0F

Tints of Bird Flower #C9AC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.87%

R = 51.8%
G = 44.33%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9AC0F (or 0xC9AC0F) is known color: Bird Flower. HEX triplet: C9, AC and 0F. RGB value is (201,172,15). Sum of RGB (Red+Green+Blue) = 201+172+15=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AC0F is #3653F0. Grayscale: #A3A3A3. Windows color (decimal): -3560433 or 1027273. OLE color: 1027273.

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

Color convert

RGB 201 172 15 -
CMYK 0 0.14 0.93 0.21
HSL 50.65º 0.86% 0.42% -
HSV(B) 50.65º 0.93% 0.79% -
XYZ 38.93 41.96 6.5 -
YUV 162.77 44.61 155.27 -
System Red Green Blue C M Y K H S L
Decimal 201 172 15 0 0.14 0.93 0.21 50.65 0.86 0.42
Hex C9 AC F 0 E 5D 15 33 56 2A
Octal 311 254 17 0 16 135 25 63 126 52
Binary 11001001 10101100 1111 0 1110 1011101 10101 110011 1010110 101010

Color Harmonies of #C9AC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AC0F

Black with #C9AC0F

Text Example


Text Example

White with #C9AC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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