Shades of Charm #CB7F87
Tints of Charm #CB7F87
RGB
CMYK
RGB Variations
Color information
#CB7F87 (or 0xCB7F87) is known color: Charm. HEX triplet: CB, 7F and 87. RGB value is (203,127,135). Sum of RGB (Red+Green+Blue) = 203+127+135=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7F87 is #348078. Grayscale: #969696. Windows color (decimal): -3440761 or 8880075. OLE color: 8880075.
HSL color Cylindrical-coordinate representation of color #CB7F87: hue angle of 353.68º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB7F87 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 127 | 135 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.20 |
| HSL | 353.68º | 0.42% | 0.65% | - |
| HSV(B) | 353.68º | 0.37% | 0.8% | - |
| XYZ | 36.59 | 29.62 | 26.71 | - |
| YUV | 150.64 | 119.18 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 135 | 0 | 0.37 | 0.33 | 0.20 | 353.68 | 0.42 | 0.65 |
| Hex | CB | 7F | 87 | 0 | 25 | 21 | 14 | 162 | 2A | 41 |
| Octal | 313 | 177 | 207 | 0 | 45 | 41 | 24 | 542 | 52 | 101 |
| Binary | 11001011 | 1111111 | 10000111 | 0 | 100101 | 100001 | 10100 | 101100010 | 101010 | 1000001 |
Color Harmonies of #CB7F87
Complementary color
Monochromatic Colors of #CB7F87
Black with #CB7F87
Text Example
Text Example
White with #CB7F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7F87; }
p { color: rgb(203,127,135); }
H1.HeaderClassName
{
color: #CB7F87;
}
.AnyTagClassName
{
color: #CB7F87;
}
</style>
background-color css
<style>
a { background-color: #CB7F87; }
a { background-color: rgb(203,127,135); }
div.DivClassName
{
background-color: #CB7F87;
}
.BgClassName
{
background-color: #CB7F87;
}
</style>
border-color css
<style>
span { border-color: #CB7F87; }
span { border-color: rgb(203,127,135); }
td.TdClassName
{
border-color: #CB7F87;
}
.TagClassName
{
border-color: #CB7F87;
}
</style>