#CCA587

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

Shades of Cameo #CCA587

Tints of Cameo #CCA587

Color information

#CCA587 (or 0xCCA587) is unknown color: approx Cameo. HEX triplet: CC, A5 and 87. RGB value is (204,165,135). Sum of RGB (Red+Green+Blue) = 204+165+135=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA587 is #335A78. Grayscale: #ADADAD. Windows color (decimal): -3365497 or 8889804. OLE color: 8889804.

HSL color Cylindrical-coordinate representation of color #CCA587: hue angle of 26.09º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCA587 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB204165135-
CMYK00.190.340.2
HSL26.09º40.35%66.47%-
HSV(B)26.09º33.82%80%-
XYZ42.7341.528.68-
YUV173.24106.42149.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.48%
GREEN value IS 165 (64.84% from 255) = 32.74%
BLUE value IS 135 (53.12% from 255) = 26.79%
R=40.48%
G=32.74%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416513500.190.340.226.0940.3566.47
HexCCA58701322141a2842
Octal31424520702342243250102
Binary11001100101001011000011101001110001010100110101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA587; }

 p { color: rgb(204,165,135); }

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

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

 a { background-color: rgb(204,165,135); }

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

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

 span { border-color: rgb(204,165,135); }

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