Shades of Cranberry #CB4778
Tints of Cranberry #CB4778
RGB
CMYK
RGB Variations
Color information
#CB4778 (or 0xCB4778) is known color: Cranberry. HEX triplet: CB, 47 and 78. RGB value is (203,71,120). Sum of RGB (Red+Green+Blue) = 203+71+120=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4778 is #34B887. Grayscale: #737373. Windows color (decimal): -3455112 or 7882699. OLE color: 7882699.
HSL color Cylindrical-coordinate representation of color #CB4778: hue angle of 337.73º 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 #CB4778 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 120 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.20 |
| HSL | 337.73º | 0.56% | 0.54% | - |
| HSV(B) | 337.73º | 0.65% | 0.8% | - |
| XYZ | 30.27 | 18.56 | 19.76 | - |
| YUV | 116.05 | 130.23 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 120 | 0 | 0.65 | 0.41 | 0.20 | 337.73 | 0.56 | 0.54 |
| Hex | CB | 47 | 78 | 0 | 41 | 29 | 14 | 152 | 38 | 36 |
| Octal | 313 | 107 | 170 | 0 | 101 | 51 | 24 | 522 | 70 | 66 |
| Binary | 11001011 | 1000111 | 1111000 | 0 | 1000001 | 101001 | 10100 | 101010010 | 111000 | 110110 |
Color Harmonies of #CB4778
Complementary color
Monochromatic Colors of #CB4778
Black with #CB4778
Text Example
Text Example
White with #CB4778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4778; }
p { color: rgb(203,71,120); }
H1.HeaderClassName
{
color: #CB4778;
}
.AnyTagClassName
{
color: #CB4778;
}
</style>
background-color css
<style>
a { background-color: #CB4778; }
a { background-color: rgb(203,71,120); }
div.DivClassName
{
background-color: #CB4778;
}
.BgClassName
{
background-color: #CB4778;
}
</style>
border-color css
<style>
span { border-color: #CB4778; }
span { border-color: rgb(203,71,120); }
td.TdClassName
{
border-color: #CB4778;
}
.TagClassName
{
border-color: #CB4778;
}
</style>