#CC727F

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

Shades of Charm #CC727F

Tints of Charm #CC727F

Color information

#CC727F (or 0xCC727F) is unknown color: approx Charm. HEX triplet: CC, 72 and 7F. RGB value is (204,114,127). Sum of RGB (Red+Green+Blue) = 204+114+127=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC727F is #338D80. Grayscale: #8E8E8E. Windows color (decimal): -3378561 or 8352460. OLE color: 8352460.

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

Color convert

RGB204114127-
CMYK00.440.380.2
HSL351.33º46.88%62.35%-
HSV(B)351.33º44.12%80%-
XYZ34.7526.423.34-
YUV142.39119.32171.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.84%
GREEN value IS 114 (44.92% from 255) = 25.62%
BLUE value IS 127 (50% from 255) = 28.54%
R=45.84%
G=25.62%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411412700.440.380.2351.3346.8862.35
HexCC727F02C261415f2f3e
Octal31416217705446245375776
Binary1100110011100101111111010110010011010100101011111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC727F; }

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

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

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

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

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

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

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

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