#C9A178

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

Shades of Cameo #C9A178

Tints of Cameo #C9A178

Color information

#C9A178 (or 0xC9A178) is unknown color: approx Cameo. HEX triplet: C9, A1 and 78. RGB value is (201,161,120). Sum of RGB (Red+Green+Blue) = 201+161+120=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A178 is #365E87. Grayscale: #A8A8A8. Windows color (decimal): -3563144 or 7905737. OLE color: 7905737.

HSL color Cylindrical-coordinate representation of color #C9A178: hue angle of 30.37º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C9A178 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB201161120-
CMYK00.200.400.21
HSL30.37º42.86%62.94%-
HSV(B)30.37º40.3%78.82%-
XYZ40.2239.2623.23-
YUV168.29100.75151.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.70%
GREEN value IS 161 (63.28% from 255) = 33.40%
BLUE value IS 120 (47.27% from 255) = 24.90%
R=41.70%
G=33.40%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116112000.200.400.2130.3742.8662.94
HexC9A17801428151e2b3f
Octal3112411700245025365377
Binary110010011010000111110000101001010001010111110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A178; }

 p { color: rgb(201,161,120); }

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

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

 a { background-color: rgb(201,161,120); }

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

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

 span { border-color: rgb(201,161,120); }

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