Shades of Cranberry #CB4178
Tints of Cranberry #CB4178
RGB
CMYK
RGB Variations
Color information
#CB4178 (or 0xCB4178) is known color: Cranberry. HEX triplet: CB, 41 and 78. RGB value is (203,65,120). Sum of RGB (Red+Green+Blue) = 203+65+120=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4178 is #34BE87. Grayscale: #707070. Windows color (decimal): -3456648 or 7881163. OLE color: 7881163.
HSL color Cylindrical-coordinate representation of color #CB4178: hue angle of 336.09º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB4178 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 120 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.20 |
| HSL | 336.09º | 0.57% | 0.53% | - |
| HSV(B) | 336.09º | 0.68% | 0.8% | - |
| XYZ | 29.91 | 17.83 | 19.64 | - |
| YUV | 112.53 | 132.22 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 120 | 0 | 0.68 | 0.41 | 0.20 | 336.09 | 0.57 | 0.53 |
| Hex | CB | 41 | 78 | 0 | 44 | 29 | 14 | 150 | 39 | 35 |
| Octal | 313 | 101 | 170 | 0 | 104 | 51 | 24 | 520 | 71 | 65 |
| Binary | 11001011 | 1000001 | 1111000 | 0 | 1000100 | 101001 | 10100 | 101010000 | 111001 | 110101 |
Color Harmonies of #CB4178
Complementary color
Monochromatic Colors of #CB4178
Black with #CB4178
Text Example
Text Example
White with #CB4178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4178; }
p { color: rgb(203,65,120); }
H1.HeaderClassName
{
color: #CB4178;
}
.AnyTagClassName
{
color: #CB4178;
}
</style>
background-color css
<style>
a { background-color: #CB4178; }
a { background-color: rgb(203,65,120); }
div.DivClassName
{
background-color: #CB4178;
}
.BgClassName
{
background-color: #CB4178;
}
</style>
border-color css
<style>
span { border-color: #CB4178; }
span { border-color: rgb(203,65,120); }
td.TdClassName
{
border-color: #CB4178;
}
.TagClassName
{
border-color: #CB4178;
}
</style>