#CCA288

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

Shades of Cameo #CCA288

Tints of Cameo #CCA288

Color information

#CCA288 (or 0xCCA288) is unknown color: approx Cameo. HEX triplet: CC, A2 and 88. RGB value is (204,162,136). Sum of RGB (Red+Green+Blue) = 204+162+136=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA288 is #335D77. Grayscale: #ABABAB. Windows color (decimal): -3366264 or 8954572. OLE color: 8954572.

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

Color convert

RGB204162136-
CMYK00.210.330.2
HSL22.94º40%66.67%-
HSV(B)22.94º33.33%80%-
XYZ42.2740.4628.87-
YUV171.59107.91151.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.64%
GREEN value IS 162 (63.67% from 255) = 32.27%
BLUE value IS 136 (53.52% from 255) = 27.09%
R=40.64%
G=32.27%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416213600.210.330.222.944066.67
HexCCA2880152114172843
Octal31424221002541242750103
Binary11001100101000101000100001010110000110100101111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA288; }

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

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

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

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

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

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

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

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