Shades of Charm #CB6582
Tints of Charm #CB6582
RGB
CMYK
RGB Variations
Color information
#CB6582 (or 0xCB6582) is known color: Charm. HEX triplet: CB, 65 and 82. RGB value is (203,101,130). Sum of RGB (Red+Green+Blue) = 203+101+130=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6582 is #349A7D. Grayscale: #868686. Windows color (decimal): -3447422 or 8545739. OLE color: 8545739.
HSL color Cylindrical-coordinate representation of color #CB6582: hue angle of 342.94º 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 #CB6582 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 130 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.20 |
| HSL | 342.94º | 0.5% | 0.6% | - |
| HSV(B) | 342.94º | 0.5% | 0.8% | - |
| XYZ | 33.31 | 23.62 | 23.92 | - |
| YUV | 134.8 | 125.29 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 130 | 0 | 0.50 | 0.36 | 0.20 | 342.94 | 0.5 | 0.6 |
| Hex | CB | 65 | 82 | 0 | 32 | 24 | 14 | 157 | 32 | 3C |
| Octal | 313 | 145 | 202 | 0 | 62 | 44 | 24 | 527 | 62 | 74 |
| Binary | 11001011 | 1100101 | 10000010 | 0 | 110010 | 100100 | 10100 | 101010111 | 110010 | 111100 |
Color Harmonies of #CB6582
Complementary color
Monochromatic Colors of #CB6582
Black with #CB6582
Text Example
Text Example
White with #CB6582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6582; }
p { color: rgb(203,101,130); }
H1.HeaderClassName
{
color: #CB6582;
}
.AnyTagClassName
{
color: #CB6582;
}
</style>
background-color css
<style>
a { background-color: #CB6582; }
a { background-color: rgb(203,101,130); }
div.DivClassName
{
background-color: #CB6582;
}
.BgClassName
{
background-color: #CB6582;
}
</style>
border-color css
<style>
span { border-color: #CB6582; }
span { border-color: rgb(203,101,130); }
td.TdClassName
{
border-color: #CB6582;
}
.TagClassName
{
border-color: #CB6582;
}
</style>