#CCA884

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

Shades of Cameo #CCA884

Tints of Cameo #CCA884

Color information

#CCA884 (or 0xCCA884) is unknown color: approx Cameo. HEX triplet: CC, A8 and 84. RGB value is (204,168,132). Sum of RGB (Red+Green+Blue) = 204+168+132=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA884 is #33577B. Grayscale: #AEAEAE. Windows color (decimal): -3364732 or 8693964. OLE color: 8693964.

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

Color convert

RGB204168132-
CMYK00.180.350.2
HSL30º41.38%65.88%-
HSV(B)30º35.29%80%-
XYZ43.0742.5127.76-
YUV174.66103.93148.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.48%
GREEN value IS 168 (66.02% from 255) = 33.33%
BLUE value IS 132 (51.95% from 255) = 26.19%
R=40.48%
G=33.33%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416813200.180.350.23041.3865.88
HexCCA88401223141e2942
Octal31425020402243243651102
Binary11001100101010001000010001001010001110100111101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA884; }

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

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

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

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

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

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

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

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