Shades of Charm #C8718A
Tints of Charm #C8718A
RGB
CMYK
RGB Variations
Color information
#C8718A (or 0xC8718A) is known color: Charm. HEX triplet: C8, 71 and 8A. RGB value is (200,113,138). Sum of RGB (Red+Green+Blue) = 200+113+138=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C8718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8718A is #378E75. Grayscale: #8D8D8D. Windows color (decimal): -3640950 or 9073096. OLE color: 9073096.
HSL color Cylindrical-coordinate representation of color #C8718A: hue angle of 342.76º 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 #C8718A is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 113 | 138 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.22 |
| HSL | 342.76º | 0.44% | 0.61% | - |
| HSV(B) | 342.76º | 0.44% | 0.78% | - |
| XYZ | 34.31 | 25.92 | 27.24 | - |
| YUV | 141.86 | 125.82 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 138 | 0 | 0.44 | 0.31 | 0.22 | 342.76 | 0.44 | 0.61 |
| Hex | C8 | 71 | 8A | 0 | 2C | 1F | 16 | 157 | 2C | 3D |
| Octal | 310 | 161 | 212 | 0 | 54 | 37 | 26 | 527 | 54 | 75 |
| Binary | 11001000 | 1110001 | 10001010 | 0 | 101100 | 11111 | 10110 | 101010111 | 101100 | 111101 |
Color Harmonies of #C8718A
Complementary color
Monochromatic Colors of #C8718A
Black with #C8718A
Text Example
Text Example
White with #C8718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8718A; }
p { color: rgb(200,113,138); }
H1.HeaderClassName
{
color: #C8718A;
}
.AnyTagClassName
{
color: #C8718A;
}
</style>
background-color css
<style>
a { background-color: #C8718A; }
a { background-color: rgb(200,113,138); }
div.DivClassName
{
background-color: #C8718A;
}
.BgClassName
{
background-color: #C8718A;
}
</style>
border-color css
<style>
span { border-color: #C8718A; }
span { border-color: rgb(200,113,138); }
td.TdClassName
{
border-color: #C8718A;
}
.TagClassName
{
border-color: #C8718A;
}
</style>