Shades of Cranberry #CB4679
Tints of Cranberry #CB4679
RGB
CMYK
RGB Variations
Color information
#CB4679 (or 0xCB4679) is known color: Cranberry. HEX triplet: CB, 46 and 79. RGB value is (203,70,121). Sum of RGB (Red+Green+Blue) = 203+70+121=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4679 is #34B986. Grayscale: #737373. Windows color (decimal): -3455367 or 7947979. OLE color: 7947979.
HSL color Cylindrical-coordinate representation of color #CB4679: hue angle of 336.99º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4679 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 121 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.20 |
| HSL | 336.99º | 0.56% | 0.54% | - |
| HSV(B) | 336.99º | 0.66% | 0.8% | - |
| XYZ | 30.27 | 18.46 | 20.06 | - |
| YUV | 115.58 | 131.06 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 121 | 0 | 0.66 | 0.40 | 0.20 | 336.99 | 0.56 | 0.54 |
| Hex | CB | 46 | 79 | 0 | 42 | 28 | 14 | 151 | 38 | 36 |
| Octal | 313 | 106 | 171 | 0 | 102 | 50 | 24 | 521 | 70 | 66 |
| Binary | 11001011 | 1000110 | 1111001 | 0 | 1000010 | 101000 | 10100 | 101010001 | 111000 | 110110 |
Color Harmonies of #CB4679
Complementary color
Monochromatic Colors of #CB4679
Black with #CB4679
Text Example
Text Example
White with #CB4679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4679; }
p { color: rgb(203,70,121); }
H1.HeaderClassName
{
color: #CB4679;
}
.AnyTagClassName
{
color: #CB4679;
}
</style>
background-color css
<style>
a { background-color: #CB4679; }
a { background-color: rgb(203,70,121); }
div.DivClassName
{
background-color: #CB4679;
}
.BgClassName
{
background-color: #CB4679;
}
</style>
border-color css
<style>
span { border-color: #CB4679; }
span { border-color: rgb(203,70,121); }
td.TdClassName
{
border-color: #CB4679;
}
.TagClassName
{
border-color: #CB4679;
}
</style>