Shades of Charm #CB6282
Tints of Charm #CB6282
RGB
CMYK
RGB Variations
Color information
#CB6282 (or 0xCB6282) is known color: Charm. HEX triplet: CB, 62 and 82. RGB value is (203,98,130). Sum of RGB (Red+Green+Blue) = 203+98+130=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6282 is #349D7D. Grayscale: #858585. Windows color (decimal): -3448190 or 8544971. OLE color: 8544971.
HSL color Cylindrical-coordinate representation of color #CB6282: hue angle of 341.71º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB6282 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 130 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.20 |
| HSL | 341.71º | 0.5% | 0.59% | - |
| HSV(B) | 341.71º | 0.52% | 0.8% | - |
| XYZ | 33.03 | 23.04 | 23.83 | - |
| YUV | 133.04 | 126.29 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 130 | 0 | 0.52 | 0.36 | 0.20 | 341.71 | 0.5 | 0.59 |
| Hex | CB | 62 | 82 | 0 | 34 | 24 | 14 | 156 | 32 | 3B |
| Octal | 313 | 142 | 202 | 0 | 64 | 44 | 24 | 526 | 62 | 73 |
| Binary | 11001011 | 1100010 | 10000010 | 0 | 110100 | 100100 | 10100 | 101010110 | 110010 | 111011 |
Color Harmonies of #CB6282
Complementary color
Monochromatic Colors of #CB6282
Black with #CB6282
Text Example
Text Example
White with #CB6282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6282; }
p { color: rgb(203,98,130); }
H1.HeaderClassName
{
color: #CB6282;
}
.AnyTagClassName
{
color: #CB6282;
}
</style>
background-color css
<style>
a { background-color: #CB6282; }
a { background-color: rgb(203,98,130); }
div.DivClassName
{
background-color: #CB6282;
}
.BgClassName
{
background-color: #CB6282;
}
</style>
border-color css
<style>
span { border-color: #CB6282; }
span { border-color: rgb(203,98,130); }
td.TdClassName
{
border-color: #CB6282;
}
.TagClassName
{
border-color: #CB6282;
}
</style>