Shades of Cranberry #CB4279
Tints of Cranberry #CB4279
RGB
CMYK
RGB Variations
Color information
#CB4279 (or 0xCB4279) is known color: Cranberry. HEX triplet: CB, 42 and 79. RGB value is (203,66,121). Sum of RGB (Red+Green+Blue) = 203+66+121=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4279 is #34BD86. Grayscale: #717171. Windows color (decimal): -3456391 or 7946955. OLE color: 7946955.
HSL color Cylindrical-coordinate representation of color #CB4279: hue angle of 335.91º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4279 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 121 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.20 |
| HSL | 335.91º | 0.57% | 0.53% | - |
| HSV(B) | 335.91º | 0.67% | 0.8% | - |
| XYZ | 30.03 | 17.97 | 19.98 | - |
| YUV | 113.23 | 132.39 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 121 | 0 | 0.67 | 0.40 | 0.20 | 335.91 | 0.57 | 0.53 |
| Hex | CB | 42 | 79 | 0 | 43 | 28 | 14 | 150 | 39 | 35 |
| Octal | 313 | 102 | 171 | 0 | 103 | 50 | 24 | 520 | 71 | 65 |
| Binary | 11001011 | 1000010 | 1111001 | 0 | 1000011 | 101000 | 10100 | 101010000 | 111001 | 110101 |
Color Harmonies of #CB4279
Complementary color
Monochromatic Colors of #CB4279
Black with #CB4279
Text Example
Text Example
White with #CB4279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4279; }
p { color: rgb(203,66,121); }
H1.HeaderClassName
{
color: #CB4279;
}
.AnyTagClassName
{
color: #CB4279;
}
</style>
background-color css
<style>
a { background-color: #CB4279; }
a { background-color: rgb(203,66,121); }
div.DivClassName
{
background-color: #CB4279;
}
.BgClassName
{
background-color: #CB4279;
}
</style>
border-color css
<style>
span { border-color: #CB4279; }
span { border-color: rgb(203,66,121); }
td.TdClassName
{
border-color: #CB4279;
}
.TagClassName
{
border-color: #CB4279;
}
</style>