Shades of Charm #CB788B
Tints of Charm #CB788B
RGB
CMYK
RGB Variations
Color information
#CB788B (or 0xCB788B) is known color: Charm. HEX triplet: CB, 78 and 8B. RGB value is (203,120,139). Sum of RGB (Red+Green+Blue) = 203+120+139=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB788B is #348774. Grayscale: #929292. Windows color (decimal): -3442549 or 9140427. OLE color: 9140427.
HSL color Cylindrical-coordinate representation of color #CB788B: hue angle of 346.27º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB788B is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 120 | 139 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.20 |
| HSL | 346.27º | 0.44% | 0.63% | - |
| HSV(B) | 346.27º | 0.41% | 0.8% | - |
| XYZ | 36.01 | 27.99 | 27.93 | - |
| YUV | 146.98 | 123.5 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 139 | 0 | 0.41 | 0.32 | 0.20 | 346.27 | 0.44 | 0.63 |
| Hex | CB | 78 | 8B | 0 | 29 | 20 | 14 | 15A | 2C | 3F |
| Octal | 313 | 170 | 213 | 0 | 51 | 40 | 24 | 532 | 54 | 77 |
| Binary | 11001011 | 1111000 | 10001011 | 0 | 101001 | 100000 | 10100 | 101011010 | 101100 | 111111 |
Color Harmonies of #CB788B
Complementary color
Monochromatic Colors of #CB788B
Black with #CB788B
Text Example
Text Example
White with #CB788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB788B; }
p { color: rgb(203,120,139); }
H1.HeaderClassName
{
color: #CB788B;
}
.AnyTagClassName
{
color: #CB788B;
}
</style>
background-color css
<style>
a { background-color: #CB788B; }
a { background-color: rgb(203,120,139); }
div.DivClassName
{
background-color: #CB788B;
}
.BgClassName
{
background-color: #CB788B;
}
</style>
border-color css
<style>
span { border-color: #CB788B; }
span { border-color: rgb(203,120,139); }
td.TdClassName
{
border-color: #CB788B;
}
.TagClassName
{
border-color: #CB788B;
}
</style>