Shades of Cranberry #CB4A7C
Tints of Cranberry #CB4A7C
RGB
CMYK
RGB Variations
Color information
#CB4A7C (or 0xCB4A7C) is known color: Cranberry. HEX triplet: CB, 4A and 7C. RGB value is (203,74,124). Sum of RGB (Red+Green+Blue) = 203+74+124=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4A7C is #34B583. Grayscale: #767676. Windows color (decimal): -3454340 or 8145611. OLE color: 8145611.
HSL color Cylindrical-coordinate representation of color #CB4A7C: hue angle of 336.74º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4A7C is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 74 | 124 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.20 |
| HSL | 336.74º | 0.55% | 0.54% | - |
| HSV(B) | 336.74º | 0.64% | 0.8% | - |
| XYZ | 30.72 | 19.05 | 21.13 | - |
| YUV | 118.27 | 131.24 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 124 | 0 | 0.64 | 0.39 | 0.20 | 336.74 | 0.55 | 0.54 |
| Hex | CB | 4A | 7C | 0 | 40 | 27 | 14 | 151 | 37 | 36 |
| Octal | 313 | 112 | 174 | 0 | 100 | 47 | 24 | 521 | 67 | 66 |
| Binary | 11001011 | 1001010 | 1111100 | 0 | 1000000 | 100111 | 10100 | 101010001 | 110111 | 110110 |
Color Harmonies of #CB4A7C
Complementary color
Monochromatic Colors of #CB4A7C
Black with #CB4A7C
Text Example
Text Example
White with #CB4A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4A7C; }
p { color: rgb(203,74,124); }
H1.HeaderClassName
{
color: #CB4A7C;
}
.AnyTagClassName
{
color: #CB4A7C;
}
</style>
background-color css
<style>
a { background-color: #CB4A7C; }
a { background-color: rgb(203,74,124); }
div.DivClassName
{
background-color: #CB4A7C;
}
.BgClassName
{
background-color: #CB4A7C;
}
</style>
border-color css
<style>
span { border-color: #CB4A7C; }
span { border-color: rgb(203,74,124); }
td.TdClassName
{
border-color: #CB4A7C;
}
.TagClassName
{
border-color: #CB4A7C;
}
</style>