Html Css Color HEX #C9AC0E Bird Flower

📋 copy color: '#C9AC0E'

red 201 ◦ green 172 ◦ blue 14

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

Shades of Bird Flower #C9AC0E

Tints of Bird Flower #C9AC0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.62%

R = 51.94%
G = 44.44%
B = 3.62%

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

#C9AC0E (or 0xC9AC0E) is known color: Bird Flower. HEX triplet: C9, AC and 0E. RGB value is (201,172,14). Sum of RGB (Red+Green+Blue) = 201+172+14=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 14 (5.86% from 255 or 3.62% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AC0E is #3653F1. Grayscale: #A3A3A3. Windows color (decimal): -3560434 or 961737. OLE color: 961737.

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

Color convert

RGB 201 172 14 -
CMYK 0 0.14 0.93 0.21
HSL 50.7º 0.87% 0.42% -
HSV(B) 50.7º 0.93% 0.79% -
XYZ 38.92 41.95 6.46 -
YUV 162.66 44.11 155.35 -
System Red Green Blue C M Y K H S L
Decimal 201 172 14 0 0.14 0.93 0.21 50.7 0.87 0.42
Hex C9 AC E 0 E 5D 15 33 57 2A
Octal 311 254 16 0 16 135 25 63 127 52
Binary 11001001 10101100 1110 0 1110 1011101 10101 110011 1010111 101010

Color Harmonies of #C9AC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AC0E

Black with #C9AC0E

Text Example


Text Example

White with #C9AC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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