#CCA287

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

Shades of Cameo #CCA287

Tints of Cameo #CCA287

Color information

#CCA287 (or 0xCCA287) is unknown color: approx Cameo. HEX triplet: CC, A2 and 87. RGB value is (204,162,135). Sum of RGB (Red+Green+Blue) = 204+162+135=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 135 (53.12% from 255 or 26.95% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA287 is #335D78. Grayscale: #ABABAB. Windows color (decimal): -3366265 or 8889036. OLE color: 8889036.

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

Color convert

RGB204162135-
CMYK00.210.340.2
HSL23.48º40.35%66.47%-
HSV(B)23.48º33.82%80%-
XYZ42.240.4328.5-
YUV171.48107.41151.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 162 (63.67% from 255) = 32.34%
BLUE value IS 135 (53.12% from 255) = 26.95%
R=40.72%
G=32.34%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416213500.210.340.223.4840.3566.47
HexCCA2870152214172842
Octal31424220702542242750102
Binary11001100101000101000011101010110001010100101111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA287; }

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

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

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

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

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

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

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

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