#CC757E

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

Shades of Charm #CC757E

Tints of Charm #CC757E

Color information

#CC757E (or 0xCC757E) is unknown color: approx Charm. HEX triplet: CC, 75 and 7E. RGB value is (204,117,126). Sum of RGB (Red+Green+Blue) = 204+117+126=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC757E is #338A81. Grayscale: #909090. Windows color (decimal): -3377794 or 8287692. OLE color: 8287692.

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

Color convert

RGB204117126-
CMYK00.430.380.2
HSL353.79º46.03%62.94%-
HSV(B)353.79º42.65%80%-
XYZ35.0327.0723.12-
YUV144.04117.82170.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.64%
GREEN value IS 117 (46.09% from 255) = 26.17%
BLUE value IS 126 (49.61% from 255) = 28.19%
R=45.64%
G=26.17%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411712600.430.380.2353.7946.0362.94
HexCC757E02B26141622e3f
Octal31416517605346245425677
Binary1100110011101011111110010101110011010100101100010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC757E; }

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

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

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

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

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

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

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

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