#CCA588

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

Shades of Cameo #CCA588

Tints of Cameo #CCA588

Color information

#CCA588 (or 0xCCA588) is unknown color: approx Cameo. HEX triplet: CC, A5 and 88. RGB value is (204,165,136). Sum of RGB (Red+Green+Blue) = 204+165+136=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA588 is #335A77. Grayscale: #ADADAD. Windows color (decimal): -3365496 or 8955340. OLE color: 8955340.

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

Color convert

RGB204165136-
CMYK00.190.330.2
HSL25.59º40%66.67%-
HSV(B)25.59º33.33%80%-
XYZ42.841.5329.05-
YUV173.36106.92149.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.40%
GREEN value IS 165 (64.84% from 255) = 32.67%
BLUE value IS 136 (53.52% from 255) = 26.93%
R=40.40%
G=32.67%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416513600.190.330.225.594066.67
HexCCA58801321141a2843
Octal31424521002341243250103
Binary11001100101001011000100001001110000110100110101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA588; }

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

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

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

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

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

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

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

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