Shades of Charm #C8717B
Tints of Charm #C8717B
RGB
CMYK
RGB Variations
Color information
#C8717B (or 0xC8717B) is known color: Charm. HEX triplet: C8, 71 and 7B. RGB value is (200,113,123). Sum of RGB (Red+Green+Blue) = 200+113+123=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C8717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8717B is #378E84. Grayscale: #8C8C8C. Windows color (decimal): -3640965 or 8090056. OLE color: 8090056.
HSL color Cylindrical-coordinate representation of color #C8717B: hue angle of 353.1º 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 #C8717B is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 113 | 123 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.22 |
| HSL | 353.1º | 0.44% | 0.61% | - |
| HSV(B) | 353.1º | 0.44% | 0.78% | - |
| XYZ | 33.3 | 25.52 | 21.91 | - |
| YUV | 140.15 | 118.32 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 123 | 0 | 0.44 | 0.38 | 0.22 | 353.1 | 0.44 | 0.61 |
| Hex | C8 | 71 | 7B | 0 | 2C | 26 | 16 | 161 | 2C | 3D |
| Octal | 310 | 161 | 173 | 0 | 54 | 46 | 26 | 541 | 54 | 75 |
| Binary | 11001000 | 1110001 | 1111011 | 0 | 101100 | 100110 | 10110 | 101100001 | 101100 | 111101 |
Color Harmonies of #C8717B
Complementary color
Monochromatic Colors of #C8717B
Black with #C8717B
Text Example
Text Example
White with #C8717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8717B; }
p { color: rgb(200,113,123); }
H1.HeaderClassName
{
color: #C8717B;
}
.AnyTagClassName
{
color: #C8717B;
}
</style>
background-color css
<style>
a { background-color: #C8717B; }
a { background-color: rgb(200,113,123); }
div.DivClassName
{
background-color: #C8717B;
}
.BgClassName
{
background-color: #C8717B;
}
</style>
border-color css
<style>
span { border-color: #C8717B; }
span { border-color: rgb(200,113,123); }
td.TdClassName
{
border-color: #C8717B;
}
.TagClassName
{
border-color: #C8717B;
}
</style>