Shades of Cranberry #CB4277
Tints of Cranberry #CB4277
RGB
CMYK
RGB Variations
Color information
#CB4277 (or 0xCB4277) is known color: Cranberry. HEX triplet: CB, 42 and 77. RGB value is (203,66,119). Sum of RGB (Red+Green+Blue) = 203+66+119=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4277 is #34BD88. Grayscale: #707070. Windows color (decimal): -3456393 or 7815883. OLE color: 7815883.
HSL color Cylindrical-coordinate representation of color #CB4277: hue angle of 336.79º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4277 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 119 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.20 |
| HSL | 336.79º | 0.57% | 0.53% | - |
| HSV(B) | 336.79º | 0.67% | 0.8% | - |
| XYZ | 29.91 | 17.92 | 19.34 | - |
| YUV | 113.01 | 131.39 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 119 | 0 | 0.67 | 0.41 | 0.20 | 336.79 | 0.57 | 0.53 |
| Hex | CB | 42 | 77 | 0 | 43 | 29 | 14 | 151 | 39 | 35 |
| Octal | 313 | 102 | 167 | 0 | 103 | 51 | 24 | 521 | 71 | 65 |
| Binary | 11001011 | 1000010 | 1110111 | 0 | 1000011 | 101001 | 10100 | 101010001 | 111001 | 110101 |
Color Harmonies of #CB4277
Complementary color
Monochromatic Colors of #CB4277
Black with #CB4277
Text Example
Text Example
White with #CB4277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4277; }
p { color: rgb(203,66,119); }
H1.HeaderClassName
{
color: #CB4277;
}
.AnyTagClassName
{
color: #CB4277;
}
</style>
background-color css
<style>
a { background-color: #CB4277; }
a { background-color: rgb(203,66,119); }
div.DivClassName
{
background-color: #CB4277;
}
.BgClassName
{
background-color: #CB4277;
}
</style>
border-color css
<style>
span { border-color: #CB4277; }
span { border-color: rgb(203,66,119); }
td.TdClassName
{
border-color: #CB4277;
}
.TagClassName
{
border-color: #CB4277;
}
</style>