#CC757A

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

Shades of Charm #CC757A

Tints of Charm #CC757A

Color information

#CC757A (or 0xCC757A) is unknown color: approx Charm. HEX triplet: CC, 75 and 7A. RGB value is (204,117,122). Sum of RGB (Red+Green+Blue) = 204+117+122=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC757A is #338A85. Grayscale: #8F8F8F. Windows color (decimal): -3377798 or 8025548. OLE color: 8025548.

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

Color convert

RGB204117122-
CMYK00.430.400.2
HSL356.55º46.03%62.94%-
HSV(B)356.55º42.65%80%-
XYZ34.7826.9721.78-
YUV143.58115.82171.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.05%
GREEN value IS 117 (46.09% from 255) = 26.41%
BLUE value IS 122 (48.05% from 255) = 27.54%
R=46.05%
G=26.41%
B=27.54%

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
Decimal20411712200.430.400.2356.5546.0362.94
HexCC757A02B28141652e3f
Octal31416517205350245455677
Binary1100110011101011111010010101110100010100101100101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC757A; }

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

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

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

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

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

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

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

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