#C9A87C

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

Shades of Cameo #C9A87C

Tints of Cameo #C9A87C

Color information

#C9A87C (or 0xC9A87C) is unknown color: approx Cameo. HEX triplet: C9, A8 and 7C. RGB value is (201,168,124). Sum of RGB (Red+Green+Blue) = 201+168+124=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A87C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A87C is #365783. Grayscale: #ADADAD. Windows color (decimal): -3561348 or 8169673. OLE color: 8169673.

HSL color Cylindrical-coordinate representation of color #C9A87C: hue angle of 34.29º 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 #C9A87C is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB201168124-
CMYK00.160.380.21
HSL34.29º41.62%63.73%-
HSV(B)34.29º38.31%78.82%-
XYZ41.7341.8824.95-
YUV172.85100.43148.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.77%
GREEN value IS 168 (66.02% from 255) = 34.08%
BLUE value IS 124 (48.83% from 255) = 25.15%
R=40.77%
G=34.08%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116812400.160.380.2134.2941.6263.73
HexC9A87C0102615222a40
Octal31125017402046254252100
Binary11001001101010001111100010000100110101011000101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A87C; }

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

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

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

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

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

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

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

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