Shades of Cranberry #CB4777
Tints of Cranberry #CB4777
RGB
CMYK
RGB Variations
Color information
#CB4777 (or 0xCB4777) is known color: Cranberry. HEX triplet: CB, 47 and 77. RGB value is (203,71,119). Sum of RGB (Red+Green+Blue) = 203+71+119=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4777 is #34B888. Grayscale: #737373. Windows color (decimal): -3455113 or 7817163. OLE color: 7817163.
HSL color Cylindrical-coordinate representation of color #CB4777: hue angle of 338.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB4777 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 119 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.20 |
| HSL | 338.18º | 0.56% | 0.54% | - |
| HSV(B) | 338.18º | 0.65% | 0.8% | - |
| XYZ | 30.21 | 18.53 | 19.44 | - |
| YUV | 115.94 | 129.73 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 119 | 0 | 0.65 | 0.41 | 0.20 | 338.18 | 0.56 | 0.54 |
| Hex | CB | 47 | 77 | 0 | 41 | 29 | 14 | 152 | 38 | 36 |
| Octal | 313 | 107 | 167 | 0 | 101 | 51 | 24 | 522 | 70 | 66 |
| Binary | 11001011 | 1000111 | 1110111 | 0 | 1000001 | 101001 | 10100 | 101010010 | 111000 | 110110 |
Color Harmonies of #CB4777
Complementary color
Monochromatic Colors of #CB4777
Black with #CB4777
Text Example
Text Example
White with #CB4777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4777; }
p { color: rgb(203,71,119); }
H1.HeaderClassName
{
color: #CB4777;
}
.AnyTagClassName
{
color: #CB4777;
}
</style>
background-color css
<style>
a { background-color: #CB4777; }
a { background-color: rgb(203,71,119); }
div.DivClassName
{
background-color: #CB4777;
}
.BgClassName
{
background-color: #CB4777;
}
</style>
border-color css
<style>
span { border-color: #CB4777; }
span { border-color: rgb(203,71,119); }
td.TdClassName
{
border-color: #CB4777;
}
.TagClassName
{
border-color: #CB4777;
}
</style>