Shades of Charm #CB7A87
Tints of Charm #CB7A87
RGB
CMYK
RGB Variations
Color information
#CB7A87 (or 0xCB7A87) is known color: Charm. HEX triplet: CB, 7A and 87. RGB value is (203,122,135). Sum of RGB (Red+Green+Blue) = 203+122+135=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 135 (53.12% from 255 or 29.35% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7A87 is #348578. Grayscale: #939393. Windows color (decimal): -3442041 or 8878795. OLE color: 8878795.
HSL color Cylindrical-coordinate representation of color #CB7A87: hue angle of 350.37º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB7A87 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 122 | 135 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.20 |
| HSL | 350.37º | 0.44% | 0.64% | - |
| HSV(B) | 350.37º | 0.4% | 0.8% | - |
| XYZ | 35.96 | 28.36 | 26.5 | - |
| YUV | 147.7 | 120.84 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 135 | 0 | 0.40 | 0.33 | 0.20 | 350.37 | 0.44 | 0.64 |
| Hex | CB | 7A | 87 | 0 | 28 | 21 | 14 | 15E | 2C | 40 |
| Octal | 313 | 172 | 207 | 0 | 50 | 41 | 24 | 536 | 54 | 100 |
| Binary | 11001011 | 1111010 | 10000111 | 0 | 101000 | 100001 | 10100 | 101011110 | 101100 | 1000000 |
Color Harmonies of #CB7A87
Complementary color
Monochromatic Colors of #CB7A87
Black with #CB7A87
Text Example
Text Example
White with #CB7A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7A87; }
p { color: rgb(203,122,135); }
H1.HeaderClassName
{
color: #CB7A87;
}
.AnyTagClassName
{
color: #CB7A87;
}
</style>
background-color css
<style>
a { background-color: #CB7A87; }
a { background-color: rgb(203,122,135); }
div.DivClassName
{
background-color: #CB7A87;
}
.BgClassName
{
background-color: #CB7A87;
}
</style>
border-color css
<style>
span { border-color: #CB7A87; }
span { border-color: rgb(203,122,135); }
td.TdClassName
{
border-color: #CB7A87;
}
.TagClassName
{
border-color: #CB7A87;
}
</style>