#CCA488

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

Shades of Cameo #CCA488

Tints of Cameo #CCA488

Color information

#CCA488 (or 0xCCA488) is unknown color: approx Cameo. HEX triplet: CC, A4 and 88. RGB value is (204,164,136). Sum of RGB (Red+Green+Blue) = 204+164+136=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA488 is #335B77. Grayscale: #ACACAC. Windows color (decimal): -3365752 or 8955084. OLE color: 8955084.

HSL color Cylindrical-coordinate representation of color #CCA488: hue angle of 24.71º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCA488 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB204164136-
CMYK00.200.330.2
HSL24.71º40%66.67%-
HSV(B)24.71º33.33%80%-
XYZ42.6241.1728.99-
YUV172.77107.25150.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.48%
GREEN value IS 164 (64.45% from 255) = 32.54%
BLUE value IS 136 (53.52% from 255) = 26.98%
R=40.48%
G=32.54%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416413600.200.330.224.714066.67
HexCCA4880142114192843
Octal31424421002441243150103
Binary11001100101001001000100001010010000110100110011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA488; }

 p { color: rgb(204,164,136); }

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

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

 a { background-color: rgb(204,164,136); }

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

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

 span { border-color: rgb(204,164,136); }

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