#C47275

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

Shades of Charm #C47275

Tints of Charm #C47275

Color information

#C47275 (or 0xC47275) is unknown color: approx Charm. HEX triplet: C4, 72 and 75. RGB value is (196,114,117). Sum of RGB (Red+Green+Blue) = 196+114+117=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C47275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47275 is #3B8D8A. Grayscale: #8A8A8A. Windows color (decimal): -3902859 or 7697092. OLE color: 7697092.

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

Color convert

RGB196114117-
CMYK00.420.400.23
HSL357.8º41%60.78%-
HSV(B)357.8º41.84%76.86%-
XYZ31.9925.0519.98-
YUV138.86115.67168.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.90%
GREEN value IS 114 (44.92% from 255) = 26.70%
BLUE value IS 117 (46.09% from 255) = 27.40%
R=45.90%
G=26.70%
B=27.40%

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
Decimal19611411700.420.400.23357.84160.78
HexC4727502A2817166293d
Octal30416216505250275465175
Binary1100010011100101110101010101010100010111101100110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47275; }

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

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

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

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

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

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

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

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