Shades of Charm #C28387
Tints of Charm #C28387
RGB
CMYK
RGB Variations
Color information
#C28387 (or 0xC28387) is known color: Charm. HEX triplet: C2, 83 and 87. RGB value is (194,131,135). Sum of RGB (Red+Green+Blue) = 194+131+135=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 135 (53.12% from 255 or 29.35% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C28387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28387 is #3D7C78. Grayscale: #969696. Windows color (decimal): -4029561 or 8881090. OLE color: 8881090.
HSL color Cylindrical-coordinate representation of color #C28387: hue angle of 356.19º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C28387 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 131 | 135 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.24 |
| HSL | 356.19º | 0.34% | 0.64% | - |
| HSV(B) | 356.19º | 0.32% | 0.76% | - |
| XYZ | 34.74 | 29.45 | 26.78 | - |
| YUV | 150.29 | 119.37 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 135 | 0 | 0.32 | 0.30 | 0.24 | 356.19 | 0.34 | 0.64 |
| Hex | C2 | 83 | 87 | 0 | 20 | 1E | 18 | 164 | 22 | 40 |
| Octal | 302 | 203 | 207 | 0 | 40 | 36 | 30 | 544 | 42 | 100 |
| Binary | 11000010 | 10000011 | 10000111 | 0 | 100000 | 11110 | 11000 | 101100100 | 100010 | 1000000 |
Color Harmonies of #C28387
Complementary color
Monochromatic Colors of #C28387
Black with #C28387
Text Example
Text Example
White with #C28387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28387; }
p { color: rgb(194,131,135); }
H1.HeaderClassName
{
color: #C28387;
}
.AnyTagClassName
{
color: #C28387;
}
</style>
background-color css
<style>
a { background-color: #C28387; }
a { background-color: rgb(194,131,135); }
div.DivClassName
{
background-color: #C28387;
}
.BgClassName
{
background-color: #C28387;
}
</style>
border-color css
<style>
span { border-color: #C28387; }
span { border-color: rgb(194,131,135); }
td.TdClassName
{
border-color: #C28387;
}
.TagClassName
{
border-color: #C28387;
}
</style>