Shades of Charm #CB6581
Tints of Charm #CB6581
RGB
CMYK
RGB Variations
Color information
#CB6581 (or 0xCB6581) is known color: Charm. HEX triplet: CB, 65 and 81. RGB value is (203,101,129). Sum of RGB (Red+Green+Blue) = 203+101+129=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6581 is #349A7E. Grayscale: #868686. Windows color (decimal): -3447423 or 8480203. OLE color: 8480203.
HSL color Cylindrical-coordinate representation of color #CB6581: hue angle of 343.53º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB6581 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 129 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.20 |
| HSL | 343.53º | 0.5% | 0.6% | - |
| HSV(B) | 343.53º | 0.5% | 0.8% | - |
| XYZ | 33.24 | 23.59 | 23.57 | - |
| YUV | 134.69 | 124.79 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 129 | 0 | 0.50 | 0.36 | 0.20 | 343.53 | 0.5 | 0.6 |
| Hex | CB | 65 | 81 | 0 | 32 | 24 | 14 | 158 | 32 | 3C |
| Octal | 313 | 145 | 201 | 0 | 62 | 44 | 24 | 530 | 62 | 74 |
| Binary | 11001011 | 1100101 | 10000001 | 0 | 110010 | 100100 | 10100 | 101011000 | 110010 | 111100 |
Color Harmonies of #CB6581
Complementary color
Monochromatic Colors of #CB6581
Black with #CB6581
Text Example
Text Example
White with #CB6581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6581; }
p { color: rgb(203,101,129); }
H1.HeaderClassName
{
color: #CB6581;
}
.AnyTagClassName
{
color: #CB6581;
}
</style>
background-color css
<style>
a { background-color: #CB6581; }
a { background-color: rgb(203,101,129); }
div.DivClassName
{
background-color: #CB6581;
}
.BgClassName
{
background-color: #CB6581;
}
</style>
border-color css
<style>
span { border-color: #CB6581; }
span { border-color: rgb(203,101,129); }
td.TdClassName
{
border-color: #CB6581;
}
.TagClassName
{
border-color: #CB6581;
}
</style>