Shades of Charm #CB6880
Tints of Charm #CB6880
RGB
CMYK
RGB Variations
Color information
#CB6880 (or 0xCB6880) is known color: Charm. HEX triplet: CB, 68 and 80. RGB value is (203,104,128). Sum of RGB (Red+Green+Blue) = 203+104+128=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6880 is #34977F. Grayscale: #888888. Windows color (decimal): -3446656 or 8415435. OLE color: 8415435.
HSL color Cylindrical-coordinate representation of color #CB6880: hue angle of 345.45º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB6880 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 128 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.20 |
| HSL | 345.45º | 0.49% | 0.6% | - |
| HSV(B) | 345.45º | 0.49% | 0.8% | - |
| XYZ | 33.48 | 24.16 | 23.32 | - |
| YUV | 136.34 | 123.3 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 128 | 0 | 0.49 | 0.37 | 0.20 | 345.45 | 0.49 | 0.6 |
| Hex | CB | 68 | 80 | 0 | 31 | 25 | 14 | 159 | 31 | 3C |
| Octal | 313 | 150 | 200 | 0 | 61 | 45 | 24 | 531 | 61 | 74 |
| Binary | 11001011 | 1101000 | 10000000 | 0 | 110001 | 100101 | 10100 | 101011001 | 110001 | 111100 |
Color Harmonies of #CB6880
Complementary color
Monochromatic Colors of #CB6880
Black with #CB6880
Text Example
Text Example
White with #CB6880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6880; }
p { color: rgb(203,104,128); }
H1.HeaderClassName
{
color: #CB6880;
}
.AnyTagClassName
{
color: #CB6880;
}
</style>
background-color css
<style>
a { background-color: #CB6880; }
a { background-color: rgb(203,104,128); }
div.DivClassName
{
background-color: #CB6880;
}
.BgClassName
{
background-color: #CB6880;
}
</style>
border-color css
<style>
span { border-color: #CB6880; }
span { border-color: rgb(203,104,128); }
td.TdClassName
{
border-color: #CB6880;
}
.TagClassName
{
border-color: #CB6880;
}
</style>