Shades of Charm #CB7080
Tints of Charm #CB7080
RGB
CMYK
RGB Variations
Color information
#CB7080 (or 0xCB7080) is known color: Charm. HEX triplet: CB, 70 and 80. RGB value is (203,112,128). Sum of RGB (Red+Green+Blue) = 203+112+128=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7080 is #348F7F. Grayscale: #8D8D8D. Windows color (decimal): -3444608 or 8417483. OLE color: 8417483.
HSL color Cylindrical-coordinate representation of color #CB7080: hue angle of 349.45º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB7080 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 128 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.20 |
| HSL | 349.45º | 0.47% | 0.62% | - |
| HSV(B) | 349.45º | 0.45% | 0.8% | - |
| XYZ | 34.32 | 25.84 | 23.6 | - |
| YUV | 141.03 | 120.65 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 128 | 0 | 0.45 | 0.37 | 0.20 | 349.45 | 0.47 | 0.62 |
| Hex | CB | 70 | 80 | 0 | 2D | 25 | 14 | 15D | 2F | 3E |
| Octal | 313 | 160 | 200 | 0 | 55 | 45 | 24 | 535 | 57 | 76 |
| Binary | 11001011 | 1110000 | 10000000 | 0 | 101101 | 100101 | 10100 | 101011101 | 101111 | 111110 |
Color Harmonies of #CB7080
Complementary color
Monochromatic Colors of #CB7080
Black with #CB7080
Text Example
Text Example
White with #CB7080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7080; }
p { color: rgb(203,112,128); }
H1.HeaderClassName
{
color: #CB7080;
}
.AnyTagClassName
{
color: #CB7080;
}
</style>
background-color css
<style>
a { background-color: #CB7080; }
a { background-color: rgb(203,112,128); }
div.DivClassName
{
background-color: #CB7080;
}
.BgClassName
{
background-color: #CB7080;
}
</style>
border-color css
<style>
span { border-color: #CB7080; }
span { border-color: rgb(203,112,128); }
td.TdClassName
{
border-color: #CB7080;
}
.TagClassName
{
border-color: #CB7080;
}
</style>