#cc6e81

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

Shades of Charm #CC6E81

Tints of Charm #CC6E81

Color information

#CC6E81 (or 0xCC6E81) is unknown color: approx Charm. HEX triplet: CC, 6E and 81. RGB value is (204,110,129). Sum of RGB (Red+Green+Blue) = 204+110+129=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6E81 is #33917E. Grayscale: #8C8C8C. Windows color (decimal): -3379583 or 8482508. OLE color: 8482508.

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

Color convert

RGB204110129-
CMYK00.460.370.2
HSL347.87º47.96%61.57%-
HSV(B)347.87º46.08%80%-
XYZ34.4425.5723.89-
YUV140.27121.64173.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.05%
GREEN value IS 110 (43.36% from 255) = 24.83%
BLUE value IS 129 (50.78% from 255) = 29.12%
R=46.05%
G=24.83%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411012900.460.370.2347.8747.9661.57
HexCC6E8102E251415c303e
Octal31415620105645245346076
Binary11001100110111010000001010111010010110100101011100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc6e81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc6e81; }

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

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

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

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

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

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

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

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