#CC758E

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

Shades of Charm #CC758E

Tints of Charm #CC758E

Color information

#CC758E (or 0xCC758E) is unknown color: approx Charm. HEX triplet: CC, 75 and 8E. RGB value is (204,117,142). Sum of RGB (Red+Green+Blue) = 204+117+142=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC758E is #338A71. Grayscale: #919191. Windows color (decimal): -3377778 or 9336268. OLE color: 9336268.

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

Color convert

RGB204117142-
CMYK00.430.300.2
HSL342.76º46.03%62.94%-
HSV(B)342.76º42.65%80%-
XYZ36.1527.5129-
YUV145.86125.82169.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.06%
GREEN value IS 117 (46.09% from 255) = 25.27%
BLUE value IS 142 (55.86% from 255) = 30.67%
R=44.06%
G=25.27%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411714200.430.300.2342.7646.0362.94
HexCC758E02B1E141572e3f
Octal31416521605336245275677
Binary1100110011101011000111001010111111010100101010111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC758E; }

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

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

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

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

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

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

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

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