#CC727C

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

Shades of Charm #CC727C

Tints of Charm #CC727C

Color information

#CC727C (or 0xCC727C) is unknown color: approx Charm. HEX triplet: CC, 72 and 7C. RGB value is (204,114,124). Sum of RGB (Red+Green+Blue) = 204+114+124=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC727C is #338D83. Grayscale: #8E8E8E. Windows color (decimal): -3378564 or 8155852. OLE color: 8155852.

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

Color convert

RGB204114124-
CMYK00.440.390.2
HSL353.33º46.88%62.35%-
HSV(B)353.33º44.12%80%-
XYZ34.5626.3322.33-
YUV142.05117.82172.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.15%
GREEN value IS 114 (44.92% from 255) = 25.79%
BLUE value IS 124 (48.83% from 255) = 28.05%
R=46.15%
G=25.79%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411412400.440.390.2353.3346.8862.35
HexCC727C02C27141612f3e
Octal31416217405447245415776
Binary1100110011100101111100010110010011110100101100001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC727C; }

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

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

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

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

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

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

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

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