#C47175

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

Shades of Charm #C47175

Tints of Charm #C47175

Color information

#C47175 (or 0xC47175) is unknown color: approx Charm. HEX triplet: C4, 71 and 75. RGB value is (196,113,117). Sum of RGB (Red+Green+Blue) = 196+113+117=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C47175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47175 is #3B8E8A. Grayscale: #8A8A8A. Windows color (decimal): -3903115 or 7696836. OLE color: 7696836.

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

Color convert

RGB196113117-
CMYK00.420.400.23
HSL357.11º41.29%60.59%-
HSV(B)357.11º42.35%76.86%-
XYZ31.8824.8319.94-
YUV138.27116169.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.01%
GREEN value IS 113 (44.53% from 255) = 26.53%
BLUE value IS 117 (46.09% from 255) = 27.46%
R=46.01%
G=26.53%
B=27.46%

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
Decimal19611311700.420.400.23357.1141.2960.59
HexC4717502A2817165293d
Octal30416116505250275455175
Binary1100010011100011110101010101010100010111101100101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47175; }

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

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

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

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

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

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

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

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