Shades of Cranberry #CB497C
Tints of Cranberry #CB497C
RGB
CMYK
RGB Variations
Color information
#CB497C (or 0xCB497C) is known color: Cranberry. HEX triplet: CB, 49 and 7C. RGB value is (203,73,124). Sum of RGB (Red+Green+Blue) = 203+73+124=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB497C is #34B683. Grayscale: #757575. Windows color (decimal): -3454596 or 8145355. OLE color: 8145355.
HSL color Cylindrical-coordinate representation of color #CB497C: hue angle of 336.46º degrees, saturation: 0.56, 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 #CB497C is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 124 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.20 |
| HSL | 336.46º | 0.56% | 0.54% | - |
| HSV(B) | 336.46º | 0.64% | 0.8% | - |
| XYZ | 30.65 | 18.92 | 21.1 | - |
| YUV | 117.68 | 131.57 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 124 | 0 | 0.64 | 0.39 | 0.20 | 336.46 | 0.56 | 0.54 |
| Hex | CB | 49 | 7C | 0 | 40 | 27 | 14 | 150 | 38 | 36 |
| Octal | 313 | 111 | 174 | 0 | 100 | 47 | 24 | 520 | 70 | 66 |
| Binary | 11001011 | 1001001 | 1111100 | 0 | 1000000 | 100111 | 10100 | 101010000 | 111000 | 110110 |
Color Harmonies of #CB497C
Complementary color
Monochromatic Colors of #CB497C
Black with #CB497C
Text Example
Text Example
White with #CB497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB497C; }
p { color: rgb(203,73,124); }
H1.HeaderClassName
{
color: #CB497C;
}
.AnyTagClassName
{
color: #CB497C;
}
</style>
background-color css
<style>
a { background-color: #CB497C; }
a { background-color: rgb(203,73,124); }
div.DivClassName
{
background-color: #CB497C;
}
.BgClassName
{
background-color: #CB497C;
}
</style>
border-color css
<style>
span { border-color: #CB497C; }
span { border-color: rgb(203,73,124); }
td.TdClassName
{
border-color: #CB497C;
}
.TagClassName
{
border-color: #CB497C;
}
</style>