Shades of Charm #CB8586
Tints of Charm #CB8586
RGB
CMYK
RGB Variations
Color information
#CB8586 (or 0xCB8586) is known color: Charm. HEX triplet: CB, 85 and 86. RGB value is (203,133,134). Sum of RGB (Red+Green+Blue) = 203+133+134=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8586 is #347A79. Grayscale: #9A9A9A. Windows color (decimal): -3439226 or 8816075. OLE color: 8816075.
HSL color Cylindrical-coordinate representation of color #CB8586: hue angle of 359.14º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB8586 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 134 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.20 |
| HSL | 359.14º | 0.4% | 0.66% | - |
| HSV(B) | 359.14º | 0.34% | 0.8% | - |
| XYZ | 37.32 | 31.19 | 26.61 | - |
| YUV | 154.04 | 116.69 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 134 | 0 | 0.34 | 0.34 | 0.20 | 359.14 | 0.4 | 0.66 |
| Hex | CB | 85 | 86 | 0 | 22 | 22 | 14 | 167 | 28 | 42 |
| Octal | 313 | 205 | 206 | 0 | 42 | 42 | 24 | 547 | 50 | 102 |
| Binary | 11001011 | 10000101 | 10000110 | 0 | 100010 | 100010 | 10100 | 101100111 | 101000 | 1000010 |
Color Harmonies of #CB8586
Complementary color
Monochromatic Colors of #CB8586
Black with #CB8586
Text Example
Text Example
White with #CB8586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8586; }
p { color: rgb(203,133,134); }
H1.HeaderClassName
{
color: #CB8586;
}
.AnyTagClassName
{
color: #CB8586;
}
</style>
background-color css
<style>
a { background-color: #CB8586; }
a { background-color: rgb(203,133,134); }
div.DivClassName
{
background-color: #CB8586;
}
.BgClassName
{
background-color: #CB8586;
}
</style>
border-color css
<style>
span { border-color: #CB8586; }
span { border-color: rgb(203,133,134); }
td.TdClassName
{
border-color: #CB8586;
}
.TagClassName
{
border-color: #CB8586;
}
</style>