#CC757B

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

Shades of Charm #CC757B

Tints of Charm #CC757B

Color information

#CC757B (or 0xCC757B) is unknown color: approx Charm. HEX triplet: CC, 75 and 7B. RGB value is (204,117,123). Sum of RGB (Red+Green+Blue) = 204+117+123=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC757B is #338A84. Grayscale: #8F8F8F. Windows color (decimal): -3377797 or 8091084. OLE color: 8091084.

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

Color convert

RGB204117123-
CMYK00.430.400.2
HSL355.86º46.03%62.94%-
HSV(B)355.86º42.65%80%-
XYZ34.8426.9922.11-
YUV143.7116.32171.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.95%
GREEN value IS 117 (46.09% from 255) = 26.35%
BLUE value IS 123 (48.44% from 255) = 27.70%
R=45.95%
G=26.35%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411712300.430.400.2355.8646.0362.94
HexCC757B02B28141642e3f
Octal31416517305350245445677
Binary1100110011101011111011010101110100010100101100100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC757B; }

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

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

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

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

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

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

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

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