#CC6988

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

Shades of Charm #CC6988

Tints of Charm #CC6988

Color information

#CC6988 (or 0xCC6988) is unknown color: approx Charm. HEX triplet: CC, 69 and 88. RGB value is (204,105,136). Sum of RGB (Red+Green+Blue) = 204+105+136=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6988 is #339677. Grayscale: #8A8A8A. Windows color (decimal): -3380856 or 8939980. OLE color: 8939980.

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

Color convert

RGB204105136-
CMYK00.490.330.2
HSL341.21º49.25%60.59%-
HSV(B)341.21º48.53%80%-
XYZ34.424.7226.25-
YUV138.14126.8174.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.84%
GREEN value IS 105 (41.41% from 255) = 23.60%
BLUE value IS 136 (53.52% from 255) = 30.56%
R=45.84%
G=23.60%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410513600.490.330.2341.2149.2560.59
HexCC69880312114155313d
Octal31415121006141245256175
Binary11001100110100110001000011000110000110100101010101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6988; }

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

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

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

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

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

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

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

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