#CC7588

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

Shades of Charm #CC7588

Tints of Charm #CC7588

Color information

#CC7588 (or 0xCC7588) is unknown color: approx Charm. HEX triplet: CC, 75 and 88. RGB value is (204,117,136). Sum of RGB (Red+Green+Blue) = 204+117+136=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7588 is #338A77. Grayscale: #919191. Windows color (decimal): -3377784 or 8943052. OLE color: 8943052.

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

Color convert

RGB204117136-
CMYK00.430.330.2
HSL346.9º46.03%62.94%-
HSV(B)346.9º42.65%80%-
XYZ35.7127.3426.69-
YUV145.18122.82169.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.64%
GREEN value IS 117 (46.09% from 255) = 25.60%
BLUE value IS 136 (53.52% from 255) = 29.76%
R=44.64%
G=25.60%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411713600.430.330.2346.946.0362.94
HexCC758802B211415b2e3f
Octal31416521005341245335677
Binary11001100111010110001000010101110000110100101011011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7588; }

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

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

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

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

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

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

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

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