Shades of Charm #CB7387
Tints of Charm #CB7387
RGB
CMYK
RGB Variations
Color information
#CB7387 (or 0xCB7387) is known color: Charm. HEX triplet: CB, 73 and 87. RGB value is (203,115,135). Sum of RGB (Red+Green+Blue) = 203+115+135=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7387 is #348C78. Grayscale: #8F8F8F. Windows color (decimal): -3443833 or 8877003. OLE color: 8877003.
HSL color Cylindrical-coordinate representation of color #CB7387: hue angle of 346.36º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB7387 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 135 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.20 |
| HSL | 346.36º | 0.46% | 0.62% | - |
| HSV(B) | 346.36º | 0.43% | 0.8% | - |
| XYZ | 35.13 | 26.71 | 26.23 | - |
| YUV | 143.59 | 123.15 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 135 | 0 | 0.43 | 0.33 | 0.20 | 346.36 | 0.46 | 0.62 |
| Hex | CB | 73 | 87 | 0 | 2B | 21 | 14 | 15A | 2E | 3E |
| Octal | 313 | 163 | 207 | 0 | 53 | 41 | 24 | 532 | 56 | 76 |
| Binary | 11001011 | 1110011 | 10000111 | 0 | 101011 | 100001 | 10100 | 101011010 | 101110 | 111110 |
Color Harmonies of #CB7387
Complementary color
Monochromatic Colors of #CB7387
Black with #CB7387
Text Example
Text Example
White with #CB7387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7387; }
p { color: rgb(203,115,135); }
H1.HeaderClassName
{
color: #CB7387;
}
.AnyTagClassName
{
color: #CB7387;
}
</style>
background-color css
<style>
a { background-color: #CB7387; }
a { background-color: rgb(203,115,135); }
div.DivClassName
{
background-color: #CB7387;
}
.BgClassName
{
background-color: #CB7387;
}
</style>
border-color css
<style>
span { border-color: #CB7387; }
span { border-color: rgb(203,115,135); }
td.TdClassName
{
border-color: #CB7387;
}
.TagClassName
{
border-color: #CB7387;
}
</style>