#C8AC09

Color #C8AC09 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #C8AC09

Tints of Bird Flower #C8AC09

Color information

#C8AC09 (or 0xC8AC09) is unknown color: approx Bird Flower. HEX triplet: C8, AC and 09. RGB value is (200,172,9). Sum of RGB (Red+Green+Blue) = 200+172+9=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 9 (3.91% from 255 or 2.36% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AC09 is #3753F6. Grayscale: #A2A2A2. Windows color (decimal): -3625975 or 634056. OLE color: 634056.

HSL color Cylindrical-coordinate representation of color #C8AC09: hue angle of 51.2º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8AC09 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB2001729-
CMYK00.140.960.22
HSL51.2º91.39%40.98%-
HSV(B)51.2º95.5%78.43%-
XYZ38.6241.86.29-
YUV161.7941.78155.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.49%
GREEN value IS 172 (67.58% from 255) = 45.14%
BLUE value IS 9 (3.91% from 255) = 2.36%
R=52.49%
G=45.14%
B=2.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200172900.140.960.2251.291.3940.98
HexC8AC90E6016335b29
Octal31025411016140266313351
Binary11001000101011001001011101100000101101100111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AC09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AC09; }

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

 H1.HeaderClassName
 {
   color: #C8AC09;
 }
 .AnyTagClassName
 {
   color: #C8AC09;
 }
</style>
background-color css

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

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

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

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

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

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