Shades of Cranberry #CB5F80
Tints of Cranberry #CB5F80
RGB
CMYK
RGB Variations
Color information
#CB5F80 (or 0xCB5F80) is known color: Cranberry. HEX triplet: CB, 5F and 80. RGB value is (203,95,128). Sum of RGB (Red+Green+Blue) = 203+95+128=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5F80 is #34A07F. Grayscale: #838383. Windows color (decimal): -3448960 or 8413131. OLE color: 8413131.
HSL color Cylindrical-coordinate representation of color #CB5F80: hue angle of 341.67º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB5F80 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 95 | 128 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.20 |
| HSL | 341.67º | 0.51% | 0.58% | - |
| HSV(B) | 341.67º | 0.53% | 0.8% | - |
| XYZ | 32.62 | 22.44 | 23.03 | - |
| YUV | 131.05 | 126.28 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 95 | 128 | 0 | 0.53 | 0.37 | 0.20 | 341.67 | 0.51 | 0.58 |
| Hex | CB | 5F | 80 | 0 | 35 | 25 | 14 | 156 | 33 | 3A |
| Octal | 313 | 137 | 200 | 0 | 65 | 45 | 24 | 526 | 63 | 72 |
| Binary | 11001011 | 1011111 | 10000000 | 0 | 110101 | 100101 | 10100 | 101010110 | 110011 | 111010 |
Color Harmonies of #CB5F80
Complementary color
Monochromatic Colors of #CB5F80
Black with #CB5F80
Text Example
Text Example
White with #CB5F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5F80; }
p { color: rgb(203,95,128); }
H1.HeaderClassName
{
color: #CB5F80;
}
.AnyTagClassName
{
color: #CB5F80;
}
</style>
background-color css
<style>
a { background-color: #CB5F80; }
a { background-color: rgb(203,95,128); }
div.DivClassName
{
background-color: #CB5F80;
}
.BgClassName
{
background-color: #CB5F80;
}
</style>
border-color css
<style>
span { border-color: #CB5F80; }
span { border-color: rgb(203,95,128); }
td.TdClassName
{
border-color: #CB5F80;
}
.TagClassName
{
border-color: #CB5F80;
}
</style>