Shades of Charm #CB7388
Tints of Charm #CB7388
RGB
CMYK
RGB Variations
Color information
#CB7388 (or 0xCB7388) is known color: Charm. HEX triplet: CB, 73 and 88. RGB value is (203,115,136). Sum of RGB (Red+Green+Blue) = 203+115+136=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7388 is #348C77. Grayscale: #8F8F8F. Windows color (decimal): -3443832 or 8942539. OLE color: 8942539.
HSL color Cylindrical-coordinate representation of color #CB7388: hue angle of 345.68º 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 #CB7388 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 136 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.20 |
| HSL | 345.68º | 0.46% | 0.62% | - |
| HSV(B) | 345.68º | 0.43% | 0.8% | - |
| XYZ | 35.2 | 26.74 | 26.6 | - |
| YUV | 143.71 | 123.65 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 136 | 0 | 0.43 | 0.33 | 0.20 | 345.68 | 0.46 | 0.62 |
| Hex | CB | 73 | 88 | 0 | 2B | 21 | 14 | 15A | 2E | 3E |
| Octal | 313 | 163 | 210 | 0 | 53 | 41 | 24 | 532 | 56 | 76 |
| Binary | 11001011 | 1110011 | 10001000 | 0 | 101011 | 100001 | 10100 | 101011010 | 101110 | 111110 |
Color Harmonies of #CB7388
Complementary color
Monochromatic Colors of #CB7388
Black with #CB7388
Text Example
Text Example
White with #CB7388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7388; }
p { color: rgb(203,115,136); }
H1.HeaderClassName
{
color: #CB7388;
}
.AnyTagClassName
{
color: #CB7388;
}
</style>
background-color css
<style>
a { background-color: #CB7388; }
a { background-color: rgb(203,115,136); }
div.DivClassName
{
background-color: #CB7388;
}
.BgClassName
{
background-color: #CB7388;
}
</style>
border-color css
<style>
span { border-color: #CB7388; }
span { border-color: rgb(203,115,136); }
td.TdClassName
{
border-color: #CB7388;
}
.TagClassName
{
border-color: #CB7388;
}
</style>