#CCA185

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

Shades of Cameo #CCA185

Tints of Cameo #CCA185

Color information

#CCA185 (or 0xCCA185) is unknown color: approx Cameo. HEX triplet: CC, A1 and 85. RGB value is (204,161,133). Sum of RGB (Red+Green+Blue) = 204+161+133=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA185 is #335E7A. Grayscale: #AAAAAA. Windows color (decimal): -3366523 or 8757708. OLE color: 8757708.

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

Color convert

RGB204161133-
CMYK00.210.350.2
HSL23.66º41.04%66.08%-
HSV(B)23.66º34.8%80%-
XYZ41.8840.0227.71-
YUV170.66106.75151.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.96%
GREEN value IS 161 (63.28% from 255) = 32.33%
BLUE value IS 133 (52.34% from 255) = 26.71%
R=40.96%
G=32.33%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416113300.210.350.223.6641.0466.08
HexCCA1850152314182942
Octal31424120502543243051102
Binary11001100101000011000010101010110001110100110001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA185; }

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

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

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

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

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

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

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

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