Shades of Cranberry #CB4176
Tints of Cranberry #CB4176
RGB
CMYK
RGB Variations
Color information
#CB4176 (or 0xCB4176) is known color: Cranberry. HEX triplet: CB, 41 and 76. RGB value is (203,65,118). Sum of RGB (Red+Green+Blue) = 203+65+118=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4176 is #34BE89. Grayscale: #707070. Windows color (decimal): -3456650 or 7750091. OLE color: 7750091.
HSL color Cylindrical-coordinate representation of color #CB4176: hue angle of 336.96º 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 #CB4176 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 118 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.20 |
| HSL | 336.96º | 0.57% | 0.53% | - |
| HSV(B) | 336.96º | 0.68% | 0.8% | - |
| XYZ | 29.79 | 17.79 | 19 | - |
| YUV | 112.3 | 131.22 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 118 | 0 | 0.68 | 0.42 | 0.20 | 336.96 | 0.57 | 0.53 |
| Hex | CB | 41 | 76 | 0 | 44 | 2A | 14 | 151 | 39 | 35 |
| Octal | 313 | 101 | 166 | 0 | 104 | 52 | 24 | 521 | 71 | 65 |
| Binary | 11001011 | 1000001 | 1110110 | 0 | 1000100 | 101010 | 10100 | 101010001 | 111001 | 110101 |
Color Harmonies of #CB4176
Complementary color
Monochromatic Colors of #CB4176
Black with #CB4176
Text Example
Text Example
White with #CB4176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4176; }
p { color: rgb(203,65,118); }
H1.HeaderClassName
{
color: #CB4176;
}
.AnyTagClassName
{
color: #CB4176;
}
</style>
background-color css
<style>
a { background-color: #CB4176; }
a { background-color: rgb(203,65,118); }
div.DivClassName
{
background-color: #CB4176;
}
.BgClassName
{
background-color: #CB4176;
}
</style>
border-color css
<style>
span { border-color: #CB4176; }
span { border-color: rgb(203,65,118); }
td.TdClassName
{
border-color: #CB4176;
}
.TagClassName
{
border-color: #CB4176;
}
</style>