Shades of Cranberry #CB4275
Tints of Cranberry #CB4275
RGB
CMYK
RGB Variations
Color information
#CB4275 (or 0xCB4275) is known color: Cranberry. HEX triplet: CB, 42 and 75. RGB value is (203,66,117). Sum of RGB (Red+Green+Blue) = 203+66+117=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4275 is #34BD8A. Grayscale: #707070. Windows color (decimal): -3456395 or 7684811. OLE color: 7684811.
HSL color Cylindrical-coordinate representation of color #CB4275: hue angle of 337.66º 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 #CB4275 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 117 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.20 |
| HSL | 337.66º | 0.57% | 0.53% | - |
| HSV(B) | 337.66º | 0.67% | 0.8% | - |
| XYZ | 29.79 | 17.88 | 18.71 | - |
| YUV | 112.78 | 130.39 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 117 | 0 | 0.67 | 0.42 | 0.20 | 337.66 | 0.57 | 0.53 |
| Hex | CB | 42 | 75 | 0 | 43 | 2A | 14 | 152 | 39 | 35 |
| Octal | 313 | 102 | 165 | 0 | 103 | 52 | 24 | 522 | 71 | 65 |
| Binary | 11001011 | 1000010 | 1110101 | 0 | 1000011 | 101010 | 10100 | 101010010 | 111001 | 110101 |
Color Harmonies of #CB4275
Complementary color
Monochromatic Colors of #CB4275
Black with #CB4275
Text Example
Text Example
White with #CB4275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4275; }
p { color: rgb(203,66,117); }
H1.HeaderClassName
{
color: #CB4275;
}
.AnyTagClassName
{
color: #CB4275;
}
</style>
background-color css
<style>
a { background-color: #CB4275; }
a { background-color: rgb(203,66,117); }
div.DivClassName
{
background-color: #CB4275;
}
.BgClassName
{
background-color: #CB4275;
}
</style>
border-color css
<style>
span { border-color: #CB4275; }
span { border-color: rgb(203,66,117); }
td.TdClassName
{
border-color: #CB4275;
}
.TagClassName
{
border-color: #CB4275;
}
</style>