Shades of Charm #CB6980
Tints of Charm #CB6980
RGB
CMYK
RGB Variations
Color information
#CB6980 (or 0xCB6980) is known color: Charm. HEX triplet: CB, 69 and 80. RGB value is (203,105,128). Sum of RGB (Red+Green+Blue) = 203+105+128=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6980 is #34967F. Grayscale: #888888. Windows color (decimal): -3446400 or 8415691. OLE color: 8415691.
HSL color Cylindrical-coordinate representation of color #CB6980: hue angle of 345.92º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB6980 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 105 | 128 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.20 |
| HSL | 345.92º | 0.49% | 0.6% | - |
| HSV(B) | 345.92º | 0.48% | 0.8% | - |
| XYZ | 33.58 | 24.36 | 23.35 | - |
| YUV | 136.92 | 122.97 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 128 | 0 | 0.48 | 0.37 | 0.20 | 345.92 | 0.49 | 0.6 |
| Hex | CB | 69 | 80 | 0 | 30 | 25 | 14 | 15A | 31 | 3C |
| Octal | 313 | 151 | 200 | 0 | 60 | 45 | 24 | 532 | 61 | 74 |
| Binary | 11001011 | 1101001 | 10000000 | 0 | 110000 | 100101 | 10100 | 101011010 | 110001 | 111100 |
Color Harmonies of #CB6980
Complementary color
Monochromatic Colors of #CB6980
Black with #CB6980
Text Example
Text Example
White with #CB6980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6980; }
p { color: rgb(203,105,128); }
H1.HeaderClassName
{
color: #CB6980;
}
.AnyTagClassName
{
color: #CB6980;
}
</style>
background-color css
<style>
a { background-color: #CB6980; }
a { background-color: rgb(203,105,128); }
div.DivClassName
{
background-color: #CB6980;
}
.BgClassName
{
background-color: #CB6980;
}
</style>
border-color css
<style>
span { border-color: #CB6980; }
span { border-color: rgb(203,105,128); }
td.TdClassName
{
border-color: #CB6980;
}
.TagClassName
{
border-color: #CB6980;
}
</style>