#CC728C

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

Shades of Charm #CC728C

Tints of Charm #CC728C

Color information

#CC728C (or 0xCC728C) is unknown color: approx Charm. HEX triplet: CC, 72 and 8C. RGB value is (204,114,140). Sum of RGB (Red+Green+Blue) = 204+114+140=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC728C is #338D73. Grayscale: #8F8F8F. Windows color (decimal): -3378548 or 9204428. OLE color: 9204428.

HSL color Cylindrical-coordinate representation of color #CC728C: hue angle of 342.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC728C is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB204114140-
CMYK00.440.310.2
HSL342.67º46.88%62.35%-
HSV(B)342.67º44.12%80%-
XYZ35.6526.7728.1-
YUV143.87125.82170.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.54%
GREEN value IS 114 (44.92% from 255) = 24.89%
BLUE value IS 140 (55.08% from 255) = 30.57%
R=44.54%
G=24.89%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411414000.440.310.2342.6746.8862.35
HexCC728C02C1F141572f3e
Octal31416221405437245275776
Binary1100110011100101000110001011001111110100101010111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC728C; }

 p { color: rgb(204,114,140); }

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

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

 a { background-color: rgb(204,114,140); }

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

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

 span { border-color: rgb(204,114,140); }

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