#C57276

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

Shades of Charm #C57276

Tints of Charm #C57276

Color information

#C57276 (or 0xC57276) is unknown color: approx Charm. HEX triplet: C5, 72 and 76. RGB value is (197,114,118). Sum of RGB (Red+Green+Blue) = 197+114+118=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C57276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57276 is #3A8D89. Grayscale: #8B8B8B. Windows color (decimal): -3837322 or 7762629. OLE color: 7762629.

HSL color Cylindrical-coordinate representation of color #C57276: hue angle of 357.11º 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 #C57276 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB197114118-
CMYK00.420.400.23
HSL357.11º41.71%60.98%-
HSV(B)357.11º42.13%77.25%-
XYZ32.3125.2120.3-
YUV139.27116169.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.92%
GREEN value IS 114 (44.92% from 255) = 26.57%
BLUE value IS 118 (46.48% from 255) = 27.51%
R=45.92%
G=26.57%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711411800.420.400.23357.1141.7160.98
HexC5727602A28171652a3d
Octal30516216605250275455275
Binary1100010111100101110110010101010100010111101100101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57276; }

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

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

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

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

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

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

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

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