Shades of Cranberry #CB517A
Tints of Cranberry #CB517A
RGB
CMYK
RGB Variations
Color information
#CB517A (or 0xCB517A) is known color: Cranberry. HEX triplet: CB, 51 and 7A. RGB value is (203,81,122). Sum of RGB (Red+Green+Blue) = 203+81+122=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB517A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB517A is #34AE85. Grayscale: #7A7A7A. Windows color (decimal): -3452550 or 8016331. OLE color: 8016331.
HSL color Cylindrical-coordinate representation of color #CB517A: hue angle of 339.84º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB517A is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 122 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.20 |
| HSL | 339.84º | 0.54% | 0.56% | - |
| HSV(B) | 339.84º | 0.6% | 0.8% | - |
| XYZ | 31.08 | 19.99 | 20.63 | - |
| YUV | 122.15 | 127.92 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 122 | 0 | 0.60 | 0.40 | 0.20 | 339.84 | 0.54 | 0.56 |
| Hex | CB | 51 | 7A | 0 | 3C | 28 | 14 | 154 | 36 | 38 |
| Octal | 313 | 121 | 172 | 0 | 74 | 50 | 24 | 524 | 66 | 70 |
| Binary | 11001011 | 1010001 | 1111010 | 0 | 111100 | 101000 | 10100 | 101010100 | 110110 | 111000 |
Color Harmonies of #CB517A
Complementary color
Monochromatic Colors of #CB517A
Black with #CB517A
Text Example
Text Example
White with #CB517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB517A; }
p { color: rgb(203,81,122); }
H1.HeaderClassName
{
color: #CB517A;
}
.AnyTagClassName
{
color: #CB517A;
}
</style>
background-color css
<style>
a { background-color: #CB517A; }
a { background-color: rgb(203,81,122); }
div.DivClassName
{
background-color: #CB517A;
}
.BgClassName
{
background-color: #CB517A;
}
</style>
border-color css
<style>
span { border-color: #CB517A; }
span { border-color: rgb(203,81,122); }
td.TdClassName
{
border-color: #CB517A;
}
.TagClassName
{
border-color: #CB517A;
}
</style>