Shades of Charm #C87175
Tints of Charm #C87175
RGB
CMYK
RGB Variations
Color information
#C87175 (or 0xC87175) is known color: Charm. HEX triplet: C8, 71 and 75. RGB value is (200,113,117). Sum of RGB (Red+Green+Blue) = 200+113+117=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C87175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87175 is #378E8A. Grayscale: #8B8B8B. Windows color (decimal): -3640971 or 7696840. OLE color: 7696840.
HSL color Cylindrical-coordinate representation of color #C87175: hue angle of 357.24º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C87175 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 113 | 117 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.22 |
| HSL | 357.24º | 0.44% | 0.61% | - |
| HSV(B) | 357.24º | 0.44% | 0.78% | - |
| XYZ | 32.94 | 25.37 | 19.99 | - |
| YUV | 139.47 | 115.32 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 117 | 0 | 0.44 | 0.42 | 0.22 | 357.24 | 0.44 | 0.61 |
| Hex | C8 | 71 | 75 | 0 | 2C | 2A | 16 | 165 | 2C | 3D |
| Octal | 310 | 161 | 165 | 0 | 54 | 52 | 26 | 545 | 54 | 75 |
| Binary | 11001000 | 1110001 | 1110101 | 0 | 101100 | 101010 | 10110 | 101100101 | 101100 | 111101 |
Color Harmonies of #C87175
Complementary color
Monochromatic Colors of #C87175
Black with #C87175
Text Example
Text Example
White with #C87175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87175; }
p { color: rgb(200,113,117); }
H1.HeaderClassName
{
color: #C87175;
}
.AnyTagClassName
{
color: #C87175;
}
</style>
background-color css
<style>
a { background-color: #C87175; }
a { background-color: rgb(200,113,117); }
div.DivClassName
{
background-color: #C87175;
}
.BgClassName
{
background-color: #C87175;
}
</style>
border-color css
<style>
span { border-color: #C87175; }
span { border-color: rgb(200,113,117); }
td.TdClassName
{
border-color: #C87175;
}
.TagClassName
{
border-color: #C87175;
}
</style>