Shades of Charm #CB7982
Tints of Charm #CB7982
RGB
CMYK
RGB Variations
Color information
#CB7982 (or 0xCB7982) is known color: Charm. HEX triplet: CB, 79 and 82. RGB value is (203,121,130). Sum of RGB (Red+Green+Blue) = 203+121+130=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7982 is #34867D. Grayscale: #929292. Windows color (decimal): -3442302 or 8550859. OLE color: 8550859.
HSL color Cylindrical-coordinate representation of color #CB7982: hue angle of 353.41º 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 #CB7982 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 121 | 130 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.20 |
| HSL | 353.41º | 0.44% | 0.64% | - |
| HSV(B) | 353.41º | 0.4% | 0.8% | - |
| XYZ | 35.5 | 27.98 | 24.65 | - |
| YUV | 146.54 | 118.67 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 121 | 130 | 0 | 0.40 | 0.36 | 0.20 | 353.41 | 0.44 | 0.64 |
| Hex | CB | 79 | 82 | 0 | 28 | 24 | 14 | 161 | 2C | 40 |
| Octal | 313 | 171 | 202 | 0 | 50 | 44 | 24 | 541 | 54 | 100 |
| Binary | 11001011 | 1111001 | 10000010 | 0 | 101000 | 100100 | 10100 | 101100001 | 101100 | 1000000 |
Color Harmonies of #CB7982
Complementary color
Monochromatic Colors of #CB7982
Black with #CB7982
Text Example
Text Example
White with #CB7982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7982; }
p { color: rgb(203,121,130); }
H1.HeaderClassName
{
color: #CB7982;
}
.AnyTagClassName
{
color: #CB7982;
}
</style>
background-color css
<style>
a { background-color: #CB7982; }
a { background-color: rgb(203,121,130); }
div.DivClassName
{
background-color: #CB7982;
}
.BgClassName
{
background-color: #CB7982;
}
</style>
border-color css
<style>
span { border-color: #CB7982; }
span { border-color: rgb(203,121,130); }
td.TdClassName
{
border-color: #CB7982;
}
.TagClassName
{
border-color: #CB7982;
}
</style>