#CC758F

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

Shades of Charm #CC758F

Tints of Charm #CC758F

Color information

#CC758F (or 0xCC758F) is unknown color: approx Charm. HEX triplet: CC, 75 and 8F. RGB value is (204,117,143). Sum of RGB (Red+Green+Blue) = 204+117+143=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC758F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC758F is #338A70. Grayscale: #919191. Windows color (decimal): -3377777 or 9401804. OLE color: 9401804.

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

Color convert

RGB204117143-
CMYK00.430.300.2
HSL342.07º46.03%62.94%-
HSV(B)342.07º42.65%80%-
XYZ36.2227.5429.39-
YUV145.98126.32169.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.97%
GREEN value IS 117 (46.09% from 255) = 25.22%
BLUE value IS 143 (56.25% from 255) = 30.82%
R=43.97%
G=25.22%
B=30.82%

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
Decimal20411714300.430.300.2342.0746.0362.94
HexCC758F02B1E141562e3f
Octal31416521705336245265677
Binary1100110011101011000111101010111111010100101010110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC758F; }

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

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

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

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

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

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

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

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