#CC717E

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

Shades of Charm #CC717E

Tints of Charm #CC717E

Color information

#CC717E (or 0xCC717E) is unknown color: approx Charm. HEX triplet: CC, 71 and 7E. RGB value is (204,113,126). Sum of RGB (Red+Green+Blue) = 204+113+126=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC717E is #338E81. Grayscale: #8D8D8D. Windows color (decimal): -3378818 or 8286668. OLE color: 8286668.

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

Color convert

RGB204113126-
CMYK00.450.380.2
HSL351.43º47.15%62.16%-
HSV(B)351.43º44.61%80%-
XYZ34.5726.1522.96-
YUV141.69119.15172.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.05%
GREEN value IS 113 (44.53% from 255) = 25.51%
BLUE value IS 126 (49.61% from 255) = 28.44%
R=46.05%
G=25.51%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411312600.450.380.2351.4347.1562.16
HexCC717E02D261415f2f3e
Octal31416117605546245375776
Binary1100110011100011111110010110110011010100101011111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC717E; }

 p { color: rgb(204,113,126); }

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

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

 a { background-color: rgb(204,113,126); }

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

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

 span { border-color: rgb(204,113,126); }

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