Shades of Cranberry #CB4077
Tints of Cranberry #CB4077
RGB
CMYK
RGB Variations
Color information
#CB4077 (or 0xCB4077) is known color: Cranberry. HEX triplet: CB, 40 and 77. RGB value is (203,64,119). Sum of RGB (Red+Green+Blue) = 203+64+119=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4077 is #34BF88. Grayscale: #6F6F6F. Windows color (decimal): -3456905 or 7815371. OLE color: 7815371.
HSL color Cylindrical-coordinate representation of color #CB4077: hue angle of 336.26º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB4077 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 119 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.20 |
| HSL | 336.26º | 0.57% | 0.52% | - |
| HSV(B) | 336.26º | 0.68% | 0.8% | - |
| XYZ | 29.79 | 17.7 | 19.3 | - |
| YUV | 111.83 | 132.05 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 119 | 0 | 0.68 | 0.41 | 0.20 | 336.26 | 0.57 | 0.52 |
| Hex | CB | 40 | 77 | 0 | 44 | 29 | 14 | 150 | 39 | 34 |
| Octal | 313 | 100 | 167 | 0 | 104 | 51 | 24 | 520 | 71 | 64 |
| Binary | 11001011 | 1000000 | 1110111 | 0 | 1000100 | 101001 | 10100 | 101010000 | 111001 | 110100 |
Color Harmonies of #CB4077
Complementary color
Monochromatic Colors of #CB4077
Black with #CB4077
Text Example
Text Example
White with #CB4077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4077; }
p { color: rgb(203,64,119); }
H1.HeaderClassName
{
color: #CB4077;
}
.AnyTagClassName
{
color: #CB4077;
}
</style>
background-color css
<style>
a { background-color: #CB4077; }
a { background-color: rgb(203,64,119); }
div.DivClassName
{
background-color: #CB4077;
}
.BgClassName
{
background-color: #CB4077;
}
</style>
border-color css
<style>
span { border-color: #CB4077; }
span { border-color: rgb(203,64,119); }
td.TdClassName
{
border-color: #CB4077;
}
.TagClassName
{
border-color: #CB4077;
}
</style>