#C57275

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

Shades of Charm #C57275

Tints of Charm #C57275

Color information

#C57275 (or 0xC57275) is unknown color: approx Charm. HEX triplet: C5, 72 and 75. RGB value is (197,114,117). Sum of RGB (Red+Green+Blue) = 197+114+117=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C57275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57275 is #3A8D8A. Grayscale: #8B8B8B. Windows color (decimal): -3837323 or 7697093. OLE color: 7697093.

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

Color convert

RGB197114117-
CMYK00.420.410.23
HSL357.83º41.71%60.98%-
HSV(B)357.83º42.13%77.25%-
XYZ32.2525.1919.99-
YUV139.16115.5169.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.03%
GREEN value IS 114 (44.92% from 255) = 26.64%
BLUE value IS 117 (46.09% from 255) = 27.34%
R=46.03%
G=26.64%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711411700.420.410.23357.8341.7160.98
HexC5727502A29171662a3d
Octal30516216505251275465275
Binary1100010111100101110101010101010100110111101100110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57275; }

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

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

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

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

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

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

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

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