#CC6E88

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

Shades of Charm #CC6E88

Tints of Charm #CC6E88

Color information

#CC6E88 (or 0xCC6E88) is unknown color: approx Charm. HEX triplet: CC, 6E and 88. RGB value is (204,110,136). Sum of RGB (Red+Green+Blue) = 204+110+136=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6E88 is #339177. Grayscale: #8D8D8D. Windows color (decimal): -3379576 or 8941260. OLE color: 8941260.

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

Color convert

RGB204110136-
CMYK00.460.330.2
HSL343.4º47.96%61.57%-
HSV(B)343.4º46.08%80%-
XYZ34.9225.7726.43-
YUV141.07125.14172.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.33%
GREEN value IS 110 (43.36% from 255) = 24.44%
BLUE value IS 136 (53.52% from 255) = 30.22%
R=45.33%
G=24.44%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411013600.460.330.2343.447.9661.57
HexCC6E8802E2114157303e
Octal31415621005641245276076
Binary11001100110111010001000010111010000110100101010111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6E88; }

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

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

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

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

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

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

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

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