#CC758D

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

Shades of Charm #CC758D

Tints of Charm #CC758D

Color information

#CC758D (or 0xCC758D) is unknown color: approx Charm. HEX triplet: CC, 75 and 8D. RGB value is (204,117,141). Sum of RGB (Red+Green+Blue) = 204+117+141=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC758D is #338A72. Grayscale: #919191. Windows color (decimal): -3377779 or 9270732. OLE color: 9270732.

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

Color convert

RGB204117141-
CMYK00.430.310.2
HSL343.45º46.03%62.94%-
HSV(B)343.45º42.65%80%-
XYZ36.0727.4828.6-
YUV145.75125.32169.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.16%
GREEN value IS 117 (46.09% from 255) = 25.32%
BLUE value IS 141 (55.47% from 255) = 30.52%
R=44.16%
G=25.32%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411714100.430.310.2343.4546.0362.94
HexCC758D02B1F141572e3f
Octal31416521505337245275677
Binary1100110011101011000110101010111111110100101010111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC758D; }

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

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

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

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

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

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

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

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