#CC7590

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

Shades of Charm #CC7590

Tints of Charm #CC7590

Color information

#CC7590 (or 0xCC7590) is unknown color: approx Charm. HEX triplet: CC, 75 and 90. RGB value is (204,117,144). Sum of RGB (Red+Green+Blue) = 204+117+144=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7590 is #338A6F. Grayscale: #929292. Windows color (decimal): -3377776 or 9467340. OLE color: 9467340.

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

Color convert

RGB204117144-
CMYK00.430.290.2
HSL341.38º46.03%62.94%-
HSV(B)341.38º42.65%80%-
XYZ36.327.5729.79-
YUV146.09126.82169.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.87%
GREEN value IS 117 (46.09% from 255) = 25.16%
BLUE value IS 144 (56.64% from 255) = 30.97%
R=43.87%
G=25.16%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411714400.430.290.2341.3846.0362.94
HexCC759002B1D141552e3f
Octal31416522005335245255677
Binary1100110011101011001000001010111110110100101010101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7590; }

 p { color: rgb(204,117,144); }

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

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

 a { background-color: rgb(204,117,144); }

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

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

 span { border-color: rgb(204,117,144); }

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