Shades of Cranberry #CB5581
Tints of Cranberry #CB5581
RGB
CMYK
RGB Variations
Color information
#CB5581 (or 0xCB5581) is known color: Cranberry. HEX triplet: CB, 55 and 81. RGB value is (203,85,129). Sum of RGB (Red+Green+Blue) = 203+85+129=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5581 is #34AA7E. Grayscale: #7D7D7D. Windows color (decimal): -3451519 or 8476107. OLE color: 8476107.
HSL color Cylindrical-coordinate representation of color #CB5581: hue angle of 337.63º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB5581 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 129 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.20 |
| HSL | 337.63º | 0.53% | 0.56% | - |
| HSV(B) | 337.63º | 0.58% | 0.8% | - |
| XYZ | 31.84 | 20.78 | 23.1 | - |
| YUV | 125.3 | 130.09 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 129 | 0 | 0.58 | 0.36 | 0.20 | 337.63 | 0.53 | 0.56 |
| Hex | CB | 55 | 81 | 0 | 3A | 24 | 14 | 152 | 35 | 38 |
| Octal | 313 | 125 | 201 | 0 | 72 | 44 | 24 | 522 | 65 | 70 |
| Binary | 11001011 | 1010101 | 10000001 | 0 | 111010 | 100100 | 10100 | 101010010 | 110101 | 111000 |
Color Harmonies of #CB5581
Complementary color
Monochromatic Colors of #CB5581
Black with #CB5581
Text Example
Text Example
White with #CB5581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5581; }
p { color: rgb(203,85,129); }
H1.HeaderClassName
{
color: #CB5581;
}
.AnyTagClassName
{
color: #CB5581;
}
</style>
background-color css
<style>
a { background-color: #CB5581; }
a { background-color: rgb(203,85,129); }
div.DivClassName
{
background-color: #CB5581;
}
.BgClassName
{
background-color: #CB5581;
}
</style>
border-color css
<style>
span { border-color: #CB5581; }
span { border-color: rgb(203,85,129); }
td.TdClassName
{
border-color: #CB5581;
}
.TagClassName
{
border-color: #CB5581;
}
</style>