#CCA184

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

Shades of Cameo #CCA184

Tints of Cameo #CCA184

Color information

#CCA184 (or 0xCCA184) is unknown color: approx Cameo. HEX triplet: CC, A1 and 84. RGB value is (204,161,132). Sum of RGB (Red+Green+Blue) = 204+161+132=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA184 is #335E7B. Grayscale: #AAAAAA. Windows color (decimal): -3366524 or 8692172. OLE color: 8692172.

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

Color convert

RGB204161132-
CMYK00.210.350.2
HSL24.17º41.38%65.88%-
HSV(B)24.17º35.29%80%-
XYZ41.8139.9927.35-
YUV170.55106.25151.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 161 (63.28% from 255) = 32.39%
BLUE value IS 132 (51.95% from 255) = 26.56%
R=41.05%
G=32.39%
B=26.56%

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
Decimal20416113200.210.350.224.1741.3865.88
HexCCA1840152314182942
Octal31424120402543243051102
Binary11001100101000011000010001010110001110100110001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA184; }

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

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

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

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

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

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

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

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