Shades of Charm #CB7487
Tints of Charm #CB7487
RGB
CMYK
RGB Variations
Color information
#CB7487 (or 0xCB7487) is known color: Charm. HEX triplet: CB, 74 and 87. RGB value is (203,116,135). Sum of RGB (Red+Green+Blue) = 203+116+135=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7487 is #348B78. Grayscale: #909090. Windows color (decimal): -3443577 or 8877259. OLE color: 8877259.
HSL color Cylindrical-coordinate representation of color #CB7487: hue angle of 346.9º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB7487 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 135 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.20 |
| HSL | 346.9º | 0.46% | 0.63% | - |
| HSV(B) | 346.9º | 0.43% | 0.8% | - |
| XYZ | 35.25 | 26.94 | 26.26 | - |
| YUV | 144.18 | 122.82 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 135 | 0 | 0.43 | 0.33 | 0.20 | 346.9 | 0.46 | 0.63 |
| Hex | CB | 74 | 87 | 0 | 2B | 21 | 14 | 15B | 2E | 3F |
| Octal | 313 | 164 | 207 | 0 | 53 | 41 | 24 | 533 | 56 | 77 |
| Binary | 11001011 | 1110100 | 10000111 | 0 | 101011 | 100001 | 10100 | 101011011 | 101110 | 111111 |
Color Harmonies of #CB7487
Complementary color
Monochromatic Colors of #CB7487
Black with #CB7487
Text Example
Text Example
White with #CB7487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7487; }
p { color: rgb(203,116,135); }
H1.HeaderClassName
{
color: #CB7487;
}
.AnyTagClassName
{
color: #CB7487;
}
</style>
background-color css
<style>
a { background-color: #CB7487; }
a { background-color: rgb(203,116,135); }
div.DivClassName
{
background-color: #CB7487;
}
.BgClassName
{
background-color: #CB7487;
}
</style>
border-color css
<style>
span { border-color: #CB7487; }
span { border-color: rgb(203,116,135); }
td.TdClassName
{
border-color: #CB7487;
}
.TagClassName
{
border-color: #CB7487;
}
</style>