#CCA286

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

Shades of Cameo #CCA286

Tints of Cameo #CCA286

Color information

#CCA286 (or 0xCCA286) is unknown color: approx Cameo. HEX triplet: CC, A2 and 86. RGB value is (204,162,134). Sum of RGB (Red+Green+Blue) = 204+162+134=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA286 is #335D79. Grayscale: #ABABAB. Windows color (decimal): -3366266 or 8823500. OLE color: 8823500.

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

Color convert

RGB204162134-
CMYK00.210.340.2
HSL24º40.7%66.27%-
HSV(B)24º34.31%80%-
XYZ42.1340.428.13-
YUV171.37106.91151.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.8%
GREEN value IS 162 (63.67% from 255) = 32.4%
BLUE value IS 134 (52.73% from 255) = 26.8%
R=40.8%
G=32.4%
B=26.8%

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
Decimal20416213400.210.340.22440.766.27
HexCCA2860152214182942
Octal31424220602542243051102
Binary11001100101000101000011001010110001010100110001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA286; }

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

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

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

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

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

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

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

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