Shades of Charm #C08087
Tints of Charm #C08087
RGB
CMYK
RGB Variations
Color information
#C08087 (or 0xC08087) is known color: Charm. HEX triplet: C0, 80 and 87. RGB value is (192,128,135). Sum of RGB (Red+Green+Blue) = 192+128+135=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C08087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08087 is #3F7F78. Grayscale: #939393. Windows color (decimal): -4161401 or 8880320. OLE color: 8880320.
HSL color Cylindrical-coordinate representation of color #C08087: hue angle of 353.44º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C08087 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 135 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.25 |
| HSL | 353.44º | 0.34% | 0.63% | - |
| HSV(B) | 353.44º | 0.33% | 0.75% | - |
| XYZ | 33.83 | 28.39 | 26.62 | - |
| YUV | 147.93 | 120.7 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 135 | 0 | 0.33 | 0.30 | 0.25 | 353.44 | 0.34 | 0.63 |
| Hex | C0 | 80 | 87 | 0 | 21 | 1E | 19 | 161 | 22 | 3F |
| Octal | 300 | 200 | 207 | 0 | 41 | 36 | 31 | 541 | 42 | 77 |
| Binary | 11000000 | 10000000 | 10000111 | 0 | 100001 | 11110 | 11001 | 101100001 | 100010 | 111111 |
Color Harmonies of #C08087
Complementary color
Monochromatic Colors of #C08087
Black with #C08087
Text Example
Text Example
White with #C08087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08087; }
p { color: rgb(192,128,135); }
H1.HeaderClassName
{
color: #C08087;
}
.AnyTagClassName
{
color: #C08087;
}
</style>
background-color css
<style>
a { background-color: #C08087; }
a { background-color: rgb(192,128,135); }
div.DivClassName
{
background-color: #C08087;
}
.BgClassName
{
background-color: #C08087;
}
</style>
border-color css
<style>
span { border-color: #C08087; }
span { border-color: rgb(192,128,135); }
td.TdClassName
{
border-color: #C08087;
}
.TagClassName
{
border-color: #C08087;
}
</style>