Shades of Charm #CB788F
Tints of Charm #CB788F
RGB
CMYK
RGB Variations
Color information
#CB788F (or 0xCB788F) is known color: Charm. HEX triplet: CB, 78 and 8F. RGB value is (203,120,143). Sum of RGB (Red+Green+Blue) = 203+120+143=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CB788F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB788F is #348770. Grayscale: #939393. Windows color (decimal): -3442545 or 9402571. OLE color: 9402571.
HSL color Cylindrical-coordinate representation of color #CB788F: hue angle of 343.37º 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 #CB788F is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 120 | 143 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.20 |
| HSL | 343.37º | 0.44% | 0.63% | - |
| HSV(B) | 343.37º | 0.41% | 0.8% | - |
| XYZ | 36.3 | 28.11 | 29.5 | - |
| YUV | 147.44 | 125.5 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 143 | 0 | 0.41 | 0.30 | 0.20 | 343.37 | 0.44 | 0.63 |
| Hex | CB | 78 | 8F | 0 | 29 | 1E | 14 | 157 | 2C | 3F |
| Octal | 313 | 170 | 217 | 0 | 51 | 36 | 24 | 527 | 54 | 77 |
| Binary | 11001011 | 1111000 | 10001111 | 0 | 101001 | 11110 | 10100 | 101010111 | 101100 | 111111 |
Color Harmonies of #CB788F
Complementary color
Monochromatic Colors of #CB788F
Black with #CB788F
Text Example
Text Example
White with #CB788F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB788F; }
p { color: rgb(203,120,143); }
H1.HeaderClassName
{
color: #CB788F;
}
.AnyTagClassName
{
color: #CB788F;
}
</style>
background-color css
<style>
a { background-color: #CB788F; }
a { background-color: rgb(203,120,143); }
div.DivClassName
{
background-color: #CB788F;
}
.BgClassName
{
background-color: #CB788F;
}
</style>
border-color css
<style>
span { border-color: #CB788F; }
span { border-color: rgb(203,120,143); }
td.TdClassName
{
border-color: #CB788F;
}
.TagClassName
{
border-color: #CB788F;
}
</style>