Shades of Charm #CB8587
Tints of Charm #CB8587
RGB
CMYK
RGB Variations
Color information
#CB8587 (or 0xCB8587) is known color: Charm. HEX triplet: CB, 85 and 87. RGB value is (203,133,135). Sum of RGB (Red+Green+Blue) = 203+133+135=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8587 is #347A78. Grayscale: #9A9A9A. Windows color (decimal): -3439225 or 8881611. OLE color: 8881611.
HSL color Cylindrical-coordinate representation of color #CB8587: hue angle of 358.29º 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 #CB8587 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 135 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.20 |
| HSL | 358.29º | 0.4% | 0.66% | - |
| HSV(B) | 358.29º | 0.34% | 0.8% | - |
| XYZ | 37.39 | 31.22 | 26.98 | - |
| YUV | 154.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 135 | 0 | 0.34 | 0.33 | 0.20 | 358.29 | 0.4 | 0.66 |
| Hex | CB | 85 | 87 | 0 | 22 | 21 | 14 | 166 | 28 | 42 |
| Octal | 313 | 205 | 207 | 0 | 42 | 41 | 24 | 546 | 50 | 102 |
| Binary | 11001011 | 10000101 | 10000111 | 0 | 100010 | 100001 | 10100 | 101100110 | 101000 | 1000010 |
Color Harmonies of #CB8587
Complementary color
Monochromatic Colors of #CB8587
Black with #CB8587
Text Example
Text Example
White with #CB8587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8587; }
p { color: rgb(203,133,135); }
H1.HeaderClassName
{
color: #CB8587;
}
.AnyTagClassName
{
color: #CB8587;
}
</style>
background-color css
<style>
a { background-color: #CB8587; }
a { background-color: rgb(203,133,135); }
div.DivClassName
{
background-color: #CB8587;
}
.BgClassName
{
background-color: #CB8587;
}
</style>
border-color css
<style>
span { border-color: #CB8587; }
span { border-color: rgb(203,133,135); }
td.TdClassName
{
border-color: #CB8587;
}
.TagClassName
{
border-color: #CB8587;
}
</style>