#C5727F

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

Shades of Charm #C5727F

Tints of Charm #C5727F

Color information

#C5727F (or 0xC5727F) is unknown color: approx Charm. HEX triplet: C5, 72 and 7F. RGB value is (197,114,127). Sum of RGB (Red+Green+Blue) = 197+114+127=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5727F is #3A8D80. Grayscale: #8C8C8C. Windows color (decimal): -3837313 or 8352453. OLE color: 8352453.

HSL color Cylindrical-coordinate representation of color #C5727F: hue angle of 350.6º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5727F is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB197114127-
CMYK00.420.360.23
HSL350.6º41.71%60.98%-
HSV(B)350.6º42.13%77.25%-
XYZ32.8725.4423.26-
YUV140.3120.5168.44-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.98%
GREEN value IS 114 (44.92% from 255) = 26.03%
BLUE value IS 127 (50% from 255) = 29.00%
R=44.98%
G=26.03%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711412700.420.360.23350.641.7160.98
HexC5727F02A241715f2a3d
Octal30516217705244275375275
Binary1100010111100101111111010101010010010111101011111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5727F; }

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

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

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

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

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

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

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

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