Shades of Cranberry #CB5180
Tints of Cranberry #CB5180
RGB
CMYK
RGB Variations
Color information
#CB5180 (or 0xCB5180) is known color: Cranberry. HEX triplet: CB, 51 and 80. RGB value is (203,81,128). Sum of RGB (Red+Green+Blue) = 203+81+128=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5180 is #34AE7F. Grayscale: #7A7A7A. Windows color (decimal): -3452544 or 8409547. OLE color: 8409547.
HSL color Cylindrical-coordinate representation of color #CB5180: hue angle of 336.89º 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 #CB5180 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 128 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.20 |
| HSL | 336.89º | 0.54% | 0.56% | - |
| HSV(B) | 336.89º | 0.6% | 0.8% | - |
| XYZ | 31.47 | 20.14 | 22.65 | - |
| YUV | 122.84 | 130.92 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 128 | 0 | 0.60 | 0.37 | 0.20 | 336.89 | 0.54 | 0.56 |
| Hex | CB | 51 | 80 | 0 | 3C | 25 | 14 | 151 | 36 | 38 |
| Octal | 313 | 121 | 200 | 0 | 74 | 45 | 24 | 521 | 66 | 70 |
| Binary | 11001011 | 1010001 | 10000000 | 0 | 111100 | 100101 | 10100 | 101010001 | 110110 | 111000 |
Color Harmonies of #CB5180
Complementary color
Monochromatic Colors of #CB5180
Black with #CB5180
Text Example
Text Example
White with #CB5180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5180; }
p { color: rgb(203,81,128); }
H1.HeaderClassName
{
color: #CB5180;
}
.AnyTagClassName
{
color: #CB5180;
}
</style>
background-color css
<style>
a { background-color: #CB5180; }
a { background-color: rgb(203,81,128); }
div.DivClassName
{
background-color: #CB5180;
}
.BgClassName
{
background-color: #CB5180;
}
</style>
border-color css
<style>
span { border-color: #CB5180; }
span { border-color: rgb(203,81,128); }
td.TdClassName
{
border-color: #CB5180;
}
.TagClassName
{
border-color: #CB5180;
}
</style>