Shades of Charm #CB797D
Tints of Charm #CB797D
RGB
CMYK
RGB Variations
Color information
#CB797D (or 0xCB797D) is known color: Charm. HEX triplet: CB, 79 and 7D. RGB value is (203,121,125). Sum of RGB (Red+Green+Blue) = 203+121+125=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB797D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB797D is #348682. Grayscale: #929292. Windows color (decimal): -3442307 or 8223179. OLE color: 8223179.
HSL color Cylindrical-coordinate representation of color #CB797D: hue angle of 357.07º 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 #CB797D is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 121 | 125 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.20 |
| HSL | 357.07º | 0.44% | 0.64% | - |
| HSV(B) | 357.07º | 0.4% | 0.8% | - |
| XYZ | 35.17 | 27.85 | 22.92 | - |
| YUV | 145.97 | 116.17 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 121 | 125 | 0 | 0.40 | 0.38 | 0.20 | 357.07 | 0.44 | 0.64 |
| Hex | CB | 79 | 7D | 0 | 28 | 26 | 14 | 165 | 2C | 40 |
| Octal | 313 | 171 | 175 | 0 | 50 | 46 | 24 | 545 | 54 | 100 |
| Binary | 11001011 | 1111001 | 1111101 | 0 | 101000 | 100110 | 10100 | 101100101 | 101100 | 1000000 |
Color Harmonies of #CB797D
Complementary color
Monochromatic Colors of #CB797D
Black with #CB797D
Text Example
Text Example
White with #CB797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB797D; }
p { color: rgb(203,121,125); }
H1.HeaderClassName
{
color: #CB797D;
}
.AnyTagClassName
{
color: #CB797D;
}
</style>
background-color css
<style>
a { background-color: #CB797D; }
a { background-color: rgb(203,121,125); }
div.DivClassName
{
background-color: #CB797D;
}
.BgClassName
{
background-color: #CB797D;
}
</style>
border-color css
<style>
span { border-color: #CB797D; }
span { border-color: rgb(203,121,125); }
td.TdClassName
{
border-color: #CB797D;
}
.TagClassName
{
border-color: #CB797D;
}
</style>