#CC717C

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

Shades of Charm #CC717C

Tints of Charm #CC717C

Color information

#CC717C (or 0xCC717C) is unknown color: approx Charm. HEX triplet: CC, 71 and 7C. RGB value is (204,113,124). Sum of RGB (Red+Green+Blue) = 204+113+124=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC717C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC717C is #338E83. Grayscale: #8D8D8D. Windows color (decimal): -3378820 or 8155596. OLE color: 8155596.

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

Color convert

RGB204113124-
CMYK00.450.390.2
HSL352.75º47.15%62.16%-
HSV(B)352.75º44.61%80%-
XYZ34.4526.122.29-
YUV141.46118.15172.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.26%
GREEN value IS 113 (44.53% from 255) = 25.62%
BLUE value IS 124 (48.83% from 255) = 28.12%
R=46.26%
G=25.62%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411312400.450.390.2352.7547.1562.16
HexCC717C02D27141612f3e
Octal31416117405547245415776
Binary1100110011100011111100010110110011110100101100001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC717C; }

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

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

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

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

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

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

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

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