Shades of Cranberry #CB5380
Tints of Cranberry #CB5380
RGB
CMYK
RGB Variations
Color information
#CB5380 (or 0xCB5380) is known color: Cranberry. HEX triplet: CB, 53 and 80. RGB value is (203,83,128). Sum of RGB (Red+Green+Blue) = 203+83+128=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5380 is #34AC7F. Grayscale: #7B7B7B. Windows color (decimal): -3452032 or 8410059. OLE color: 8410059.
HSL color Cylindrical-coordinate representation of color #CB5380: hue angle of 337.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB5380 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 128 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.20 |
| HSL | 337.5º | 0.54% | 0.56% | - |
| HSV(B) | 337.5º | 0.59% | 0.8% | - |
| XYZ | 31.62 | 20.44 | 22.7 | - |
| YUV | 124.01 | 130.26 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 128 | 0 | 0.59 | 0.37 | 0.20 | 337.5 | 0.54 | 0.56 |
| Hex | CB | 53 | 80 | 0 | 3B | 25 | 14 | 152 | 36 | 38 |
| Octal | 313 | 123 | 200 | 0 | 73 | 45 | 24 | 522 | 66 | 70 |
| Binary | 11001011 | 1010011 | 10000000 | 0 | 111011 | 100101 | 10100 | 101010010 | 110110 | 111000 |
Color Harmonies of #CB5380
Complementary color
Monochromatic Colors of #CB5380
Black with #CB5380
Text Example
Text Example
White with #CB5380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5380; }
p { color: rgb(203,83,128); }
H1.HeaderClassName
{
color: #CB5380;
}
.AnyTagClassName
{
color: #CB5380;
}
</style>
background-color css
<style>
a { background-color: #CB5380; }
a { background-color: rgb(203,83,128); }
div.DivClassName
{
background-color: #CB5380;
}
.BgClassName
{
background-color: #CB5380;
}
</style>
border-color css
<style>
span { border-color: #CB5380; }
span { border-color: rgb(203,83,128); }
td.TdClassName
{
border-color: #CB5380;
}
.TagClassName
{
border-color: #CB5380;
}
</style>