Shades of Charm #CB7880
Tints of Charm #CB7880
RGB
CMYK
RGB Variations
Color information
#CB7880 (or 0xCB7880) is known color: Charm. HEX triplet: CB, 78 and 80. RGB value is (203,120,128). Sum of RGB (Red+Green+Blue) = 203+120+128=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7880 is #34877F. Grayscale: #919191. Windows color (decimal): -3442560 or 8419531. OLE color: 8419531.
HSL color Cylindrical-coordinate representation of color #CB7880: hue angle of 354.22º 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 #CB7880 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 120 | 128 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.20 |
| HSL | 354.22º | 0.44% | 0.63% | - |
| HSV(B) | 354.22º | 0.41% | 0.8% | - |
| XYZ | 35.24 | 27.69 | 23.91 | - |
| YUV | 145.73 | 118 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 128 | 0 | 0.41 | 0.37 | 0.20 | 354.22 | 0.44 | 0.63 |
| Hex | CB | 78 | 80 | 0 | 29 | 25 | 14 | 162 | 2C | 3F |
| Octal | 313 | 170 | 200 | 0 | 51 | 45 | 24 | 542 | 54 | 77 |
| Binary | 11001011 | 1111000 | 10000000 | 0 | 101001 | 100101 | 10100 | 101100010 | 101100 | 111111 |
Color Harmonies of #CB7880
Complementary color
Monochromatic Colors of #CB7880
Black with #CB7880
Text Example
Text Example
White with #CB7880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7880; }
p { color: rgb(203,120,128); }
H1.HeaderClassName
{
color: #CB7880;
}
.AnyTagClassName
{
color: #CB7880;
}
</style>
background-color css
<style>
a { background-color: #CB7880; }
a { background-color: rgb(203,120,128); }
div.DivClassName
{
background-color: #CB7880;
}
.BgClassName
{
background-color: #CB7880;
}
</style>
border-color css
<style>
span { border-color: #CB7880; }
span { border-color: rgb(203,120,128); }
td.TdClassName
{
border-color: #CB7880;
}
.TagClassName
{
border-color: #CB7880;
}
</style>