Shades of Cranberry #CB6080
Tints of Cranberry #CB6080
RGB
CMYK
RGB Variations
Color information
#CB6080 (or 0xCB6080) is known color: Cranberry. HEX triplet: CB, 60 and 80. RGB value is (203,96,128). Sum of RGB (Red+Green+Blue) = 203+96+128=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6080 is #349F7F. Grayscale: #838383. Windows color (decimal): -3448704 or 8413387. OLE color: 8413387.
HSL color Cylindrical-coordinate representation of color #CB6080: hue angle of 342.06º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB6080 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 128 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.20 |
| HSL | 342.06º | 0.51% | 0.59% | - |
| HSV(B) | 342.06º | 0.53% | 0.8% | - |
| XYZ | 32.71 | 22.62 | 23.06 | - |
| YUV | 131.64 | 125.95 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 128 | 0 | 0.53 | 0.37 | 0.20 | 342.06 | 0.51 | 0.59 |
| Hex | CB | 60 | 80 | 0 | 35 | 25 | 14 | 156 | 33 | 3B |
| Octal | 313 | 140 | 200 | 0 | 65 | 45 | 24 | 526 | 63 | 73 |
| Binary | 11001011 | 1100000 | 10000000 | 0 | 110101 | 100101 | 10100 | 101010110 | 110011 | 111011 |
Color Harmonies of #CB6080
Complementary color
Monochromatic Colors of #CB6080
Black with #CB6080
Text Example
Text Example
White with #CB6080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6080; }
p { color: rgb(203,96,128); }
H1.HeaderClassName
{
color: #CB6080;
}
.AnyTagClassName
{
color: #CB6080;
}
</style>
background-color css
<style>
a { background-color: #CB6080; }
a { background-color: rgb(203,96,128); }
div.DivClassName
{
background-color: #CB6080;
}
.BgClassName
{
background-color: #CB6080;
}
</style>
border-color css
<style>
span { border-color: #CB6080; }
span { border-color: rgb(203,96,128); }
td.TdClassName
{
border-color: #CB6080;
}
.TagClassName
{
border-color: #CB6080;
}
</style>