Shades of Charm #CB6480
Tints of Charm #CB6480
RGB
CMYK
RGB Variations
Color information
#CB6480 (or 0xCB6480) is known color: Charm. HEX triplet: CB, 64 and 80. RGB value is (203,100,128). Sum of RGB (Red+Green+Blue) = 203+100+128=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6480 is #349B7F. Grayscale: #858585. Windows color (decimal): -3447680 or 8414411. OLE color: 8414411.
HSL color Cylindrical-coordinate representation of color #CB6480: hue angle of 343.69º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB6480 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 128 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.20 |
| HSL | 343.69º | 0.5% | 0.59% | - |
| HSV(B) | 343.69º | 0.51% | 0.8% | - |
| XYZ | 33.08 | 23.37 | 23.19 | - |
| YUV | 133.99 | 124.62 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 128 | 0 | 0.51 | 0.37 | 0.20 | 343.69 | 0.5 | 0.59 |
| Hex | CB | 64 | 80 | 0 | 33 | 25 | 14 | 158 | 32 | 3B |
| Octal | 313 | 144 | 200 | 0 | 63 | 45 | 24 | 530 | 62 | 73 |
| Binary | 11001011 | 1100100 | 10000000 | 0 | 110011 | 100101 | 10100 | 101011000 | 110010 | 111011 |
Color Harmonies of #CB6480
Complementary color
Monochromatic Colors of #CB6480
Black with #CB6480
Text Example
Text Example
White with #CB6480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6480; }
p { color: rgb(203,100,128); }
H1.HeaderClassName
{
color: #CB6480;
}
.AnyTagClassName
{
color: #CB6480;
}
</style>
background-color css
<style>
a { background-color: #CB6480; }
a { background-color: rgb(203,100,128); }
div.DivClassName
{
background-color: #CB6480;
}
.BgClassName
{
background-color: #CB6480;
}
</style>
border-color css
<style>
span { border-color: #CB6480; }
span { border-color: rgb(203,100,128); }
td.TdClassName
{
border-color: #CB6480;
}
.TagClassName
{
border-color: #CB6480;
}
</style>