Shades of Cranberry #CB4C78
Tints of Cranberry #CB4C78
RGB
CMYK
RGB Variations
Color information
#CB4C78 (or 0xCB4C78) is known color: Cranberry. HEX triplet: CB, 4C and 78. RGB value is (203,76,120). Sum of RGB (Red+Green+Blue) = 203+76+120=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4C78 is #34B387. Grayscale: #767676. Windows color (decimal): -3453832 or 7883979. OLE color: 7883979.
HSL color Cylindrical-coordinate representation of color #CB4C78: hue angle of 339.21º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB4C78 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 76 | 120 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.20 |
| HSL | 339.21º | 0.55% | 0.55% | - |
| HSV(B) | 339.21º | 0.63% | 0.8% | - |
| XYZ | 30.6 | 19.22 | 19.87 | - |
| YUV | 118.99 | 128.58 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 76 | 120 | 0 | 0.63 | 0.41 | 0.20 | 339.21 | 0.55 | 0.55 |
| Hex | CB | 4C | 78 | 0 | 3F | 29 | 14 | 153 | 37 | 37 |
| Octal | 313 | 114 | 170 | 0 | 77 | 51 | 24 | 523 | 67 | 67 |
| Binary | 11001011 | 1001100 | 1111000 | 0 | 111111 | 101001 | 10100 | 101010011 | 110111 | 110111 |
Color Harmonies of #CB4C78
Complementary color
Monochromatic Colors of #CB4C78
Black with #CB4C78
Text Example
Text Example
White with #CB4C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4C78; }
p { color: rgb(203,76,120); }
H1.HeaderClassName
{
color: #CB4C78;
}
.AnyTagClassName
{
color: #CB4C78;
}
</style>
background-color css
<style>
a { background-color: #CB4C78; }
a { background-color: rgb(203,76,120); }
div.DivClassName
{
background-color: #CB4C78;
}
.BgClassName
{
background-color: #CB4C78;
}
</style>
border-color css
<style>
span { border-color: #CB4C78; }
span { border-color: rgb(203,76,120); }
td.TdClassName
{
border-color: #CB4C78;
}
.TagClassName
{
border-color: #CB4C78;
}
</style>