#CC9E88

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

Shades of Cameo #CC9E88

Tints of Cameo #CC9E88

Color information

#CC9E88 (or 0xCC9E88) is unknown color: approx Cameo. HEX triplet: CC, 9E and 88. RGB value is (204,158,136). Sum of RGB (Red+Green+Blue) = 204+158+136=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 136 (53.52% from 255 or 27.31% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9E88 is #336177. Grayscale: #A9A9A9. Windows color (decimal): -3367288 or 8953548. OLE color: 8953548.

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

Color convert

RGB204158136-
CMYK00.230.330.2
HSL19.41º40%66.67%-
HSV(B)19.41º33.33%80%-
XYZ41.5739.0728.64-
YUV169.25109.24152.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.96%
GREEN value IS 158 (62.11% from 255) = 31.73%
BLUE value IS 136 (53.52% from 255) = 27.31%
R=40.96%
G=31.73%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415813600.230.330.219.414066.67
HexCC9E880172114132843
Octal31423621002741242350103
Binary11001100100111101000100001011110000110100100111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9E88; }

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

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

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

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

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

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

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

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