#CCA87F

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

Shades of Cameo #CCA87F

Tints of Cameo #CCA87F

Color information

#CCA87F (or 0xCCA87F) is unknown color: approx Cameo. HEX triplet: CC, A8 and 7F. RGB value is (204,168,127). Sum of RGB (Red+Green+Blue) = 204+168+127=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA87F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA87F is #335780. Grayscale: #AEAEAE. Windows color (decimal): -3364737 or 8366284. OLE color: 8366284.

HSL color Cylindrical-coordinate representation of color #CCA87F: hue angle of 31.95º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCA87F is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB204168127-
CMYK00.180.380.2
HSL31.95º43.02%64.9%-
HSV(B)31.95º37.75%80%-
XYZ42.7442.3726.01-
YUV174.09101.43149.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.88%
GREEN value IS 168 (66.02% from 255) = 33.67%
BLUE value IS 127 (50% from 255) = 25.45%
R=40.88%
G=33.67%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416812700.180.380.231.9543.0264.9
HexCCA87F0122614202b41
Octal31425017702246244053101
Binary11001100101010001111111010010100110101001000001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA87F; }

 p { color: rgb(204,168,127); }

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

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

 a { background-color: rgb(204,168,127); }

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

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

 span { border-color: rgb(204,168,127); }

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