#C9A67D

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

Shades of Cameo #C9A67D

Tints of Cameo #C9A67D

Color information

#C9A67D (or 0xC9A67D) is unknown color: approx Cameo. HEX triplet: C9, A6 and 7D. RGB value is (201,166,125). Sum of RGB (Red+Green+Blue) = 201+166+125=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A67D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A67D is #365982. Grayscale: #ABABAB. Windows color (decimal): -3561859 or 8234697. OLE color: 8234697.

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

Color convert

RGB201166125-
CMYK00.170.380.21
HSL32.37º41.3%63.92%-
HSV(B)32.37º37.81%78.82%-
XYZ41.4341.1725.17-
YUV171.79101.6148.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.85%
GREEN value IS 166 (65.23% from 255) = 33.74%
BLUE value IS 125 (49.22% from 255) = 25.41%
R=40.85%
G=33.74%
B=25.41%

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
Decimal20116612500.170.380.2132.3741.363.92
HexC9A67D0112615202940
Octal31124617502146254051100
Binary11001001101001101111101010001100110101011000001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A67D; }

 p { color: rgb(201,166,125); }

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

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

 a { background-color: rgb(201,166,125); }

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

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

 span { border-color: rgb(201,166,125); }

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