Shades of Charm #C8728B
Tints of Charm #C8728B
RGB
CMYK
RGB Variations
Color information
#C8728B (or 0xC8728B) is known color: Charm. HEX triplet: C8, 72 and 8B. RGB value is (200,114,139). Sum of RGB (Red+Green+Blue) = 200+114+139=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C8728B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8728B is #378D74. Grayscale: #8E8E8E. Windows color (decimal): -3640693 or 9138888. OLE color: 9138888.
HSL color Cylindrical-coordinate representation of color #C8728B: hue angle of 342.56º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8728B is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 139 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.22 |
| HSL | 342.56º | 0.44% | 0.62% | - |
| HSV(B) | 342.56º | 0.43% | 0.78% | - |
| XYZ | 34.5 | 26.18 | 27.66 | - |
| YUV | 142.56 | 125.99 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 139 | 0 | 0.43 | 0.30 | 0.22 | 342.56 | 0.44 | 0.62 |
| Hex | C8 | 72 | 8B | 0 | 2B | 1E | 16 | 157 | 2C | 3E |
| Octal | 310 | 162 | 213 | 0 | 53 | 36 | 26 | 527 | 54 | 76 |
| Binary | 11001000 | 1110010 | 10001011 | 0 | 101011 | 11110 | 10110 | 101010111 | 101100 | 111110 |
Color Harmonies of #C8728B
Complementary color
Monochromatic Colors of #C8728B
Black with #C8728B
Text Example
Text Example
White with #C8728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8728B; }
p { color: rgb(200,114,139); }
H1.HeaderClassName
{
color: #C8728B;
}
.AnyTagClassName
{
color: #C8728B;
}
</style>
background-color css
<style>
a { background-color: #C8728B; }
a { background-color: rgb(200,114,139); }
div.DivClassName
{
background-color: #C8728B;
}
.BgClassName
{
background-color: #C8728B;
}
</style>
border-color css
<style>
span { border-color: #C8728B; }
span { border-color: rgb(200,114,139); }
td.TdClassName
{
border-color: #C8728B;
}
.TagClassName
{
border-color: #C8728B;
}
</style>