Shades of Charm #C28385
Tints of Charm #C28385
RGB
CMYK
RGB Variations
Color information
#C28385 (or 0xC28385) is known color: Charm. HEX triplet: C2, 83 and 85. RGB value is (194,131,133). Sum of RGB (Red+Green+Blue) = 194+131+133=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C28385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28385 is #3D7C7A. Grayscale: #969696. Windows color (decimal): -4029563 or 8750018. OLE color: 8750018.
HSL color Cylindrical-coordinate representation of color #C28385: hue angle of 358.1º 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 #C28385 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 131 | 133 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.24 |
| HSL | 358.1º | 0.34% | 0.64% | - |
| HSV(B) | 358.1º | 0.32% | 0.76% | - |
| XYZ | 34.6 | 29.4 | 26.04 | - |
| YUV | 150.07 | 118.37 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 133 | 0 | 0.32 | 0.31 | 0.24 | 358.1 | 0.34 | 0.64 |
| Hex | C2 | 83 | 85 | 0 | 20 | 1F | 18 | 166 | 22 | 40 |
| Octal | 302 | 203 | 205 | 0 | 40 | 37 | 30 | 546 | 42 | 100 |
| Binary | 11000010 | 10000011 | 10000101 | 0 | 100000 | 11111 | 11000 | 101100110 | 100010 | 1000000 |
Color Harmonies of #C28385
Complementary color
Monochromatic Colors of #C28385
Black with #C28385
Text Example
Text Example
White with #C28385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28385; }
p { color: rgb(194,131,133); }
H1.HeaderClassName
{
color: #C28385;
}
.AnyTagClassName
{
color: #C28385;
}
</style>
background-color css
<style>
a { background-color: #C28385; }
a { background-color: rgb(194,131,133); }
div.DivClassName
{
background-color: #C28385;
}
.BgClassName
{
background-color: #C28385;
}
</style>
border-color css
<style>
span { border-color: #C28385; }
span { border-color: rgb(194,131,133); }
td.TdClassName
{
border-color: #C28385;
}
.TagClassName
{
border-color: #C28385;
}
</style>