#CCA186

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

Shades of Cameo #CCA186

Tints of Cameo #CCA186

Color information

#CCA186 (or 0xCCA186) is unknown color: approx Cameo. HEX triplet: CC, A1 and 86. RGB value is (204,161,134). Sum of RGB (Red+Green+Blue) = 204+161+134=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 134 (52.73% from 255 or 26.85% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA186 is #335E79. Grayscale: #AAAAAA. Windows color (decimal): -3366522 or 8823244. OLE color: 8823244.

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

Color convert

RGB204161134-
CMYK00.210.340.2
HSL23.14º40.7%66.27%-
HSV(B)23.14º34.31%80%-
XYZ41.9540.0528.07-
YUV170.78107.25151.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.88%
GREEN value IS 161 (63.28% from 255) = 32.26%
BLUE value IS 134 (52.73% from 255) = 26.85%
R=40.88%
G=32.26%
B=26.85%

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
Decimal20416113400.210.340.223.1440.766.27
HexCCA1860152214172942
Octal31424120602542242751102
Binary11001100101000011000011001010110001010100101111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA186; }

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

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

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

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

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

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

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

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