Shades of Charm #CB798E
Tints of Charm #CB798E
RGB
CMYK
RGB Variations
Color information
#CB798E (or 0xCB798E) is known color: Charm. HEX triplet: CB, 79 and 8E. RGB value is (203,121,142). Sum of RGB (Red+Green+Blue) = 203+121+142=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CB798E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB798E is #348671. Grayscale: #939393. Windows color (decimal): -3442290 or 9337291. OLE color: 9337291.
HSL color Cylindrical-coordinate representation of color #CB798E: hue angle of 344.63º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB798E is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 121 | 142 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.20 |
| HSL | 344.63º | 0.44% | 0.64% | - |
| HSV(B) | 344.63º | 0.4% | 0.8% | - |
| XYZ | 36.35 | 28.32 | 29.14 | - |
| YUV | 147.91 | 124.67 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 121 | 142 | 0 | 0.40 | 0.30 | 0.20 | 344.63 | 0.44 | 0.64 |
| Hex | CB | 79 | 8E | 0 | 28 | 1E | 14 | 159 | 2C | 40 |
| Octal | 313 | 171 | 216 | 0 | 50 | 36 | 24 | 531 | 54 | 100 |
| Binary | 11001011 | 1111001 | 10001110 | 0 | 101000 | 11110 | 10100 | 101011001 | 101100 | 1000000 |
Color Harmonies of #CB798E
Complementary color
Monochromatic Colors of #CB798E
Black with #CB798E
Text Example
Text Example
White with #CB798E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB798E; }
p { color: rgb(203,121,142); }
H1.HeaderClassName
{
color: #CB798E;
}
.AnyTagClassName
{
color: #CB798E;
}
</style>
background-color css
<style>
a { background-color: #CB798E; }
a { background-color: rgb(203,121,142); }
div.DivClassName
{
background-color: #CB798E;
}
.BgClassName
{
background-color: #CB798E;
}
</style>
border-color css
<style>
span { border-color: #CB798E; }
span { border-color: rgb(203,121,142); }
td.TdClassName
{
border-color: #CB798E;
}
.TagClassName
{
border-color: #CB798E;
}
</style>