#C9A77C

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

Shades of Cameo #C9A77C

Tints of Cameo #C9A77C

Color information

#C9A77C (or 0xC9A77C) is unknown color: approx Cameo. HEX triplet: C9, A7 and 7C. RGB value is (201,167,124). Sum of RGB (Red+Green+Blue) = 201+167+124=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A77C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A77C is #365883. Grayscale: #ACACAC. Windows color (decimal): -3561604 or 8169417. OLE color: 8169417.

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

Color convert

RGB201167124-
CMYK00.170.380.21
HSL33.51º41.62%63.73%-
HSV(B)33.51º38.31%78.82%-
XYZ41.5441.5124.89-
YUV172.26100.76148.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.85%
GREEN value IS 167 (65.62% from 255) = 33.94%
BLUE value IS 124 (48.83% from 255) = 25.20%
R=40.85%
G=33.94%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116712400.170.380.2133.5141.6263.73
HexC9A77C0112615222a40
Octal31124717402146254252100
Binary11001001101001111111100010001100110101011000101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A77C; }

 p { color: rgb(201,167,124); }

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

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

 a { background-color: rgb(201,167,124); }

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

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

 span { border-color: rgb(201,167,124); }

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