Shades of Cranberry #CD497C
Tints of Cranberry #CD497C
RGB
CMYK
RGB Variations
Color information
#CD497C (or 0xCD497C) is known color: Cranberry. HEX triplet: CD, 49 and 7C. RGB value is (205,73,124). Sum of RGB (Red+Green+Blue) = 205+73+124=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CD497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD497C is #32B683. Grayscale: #767676. Windows color (decimal): -3323524 or 8145357. OLE color: 8145357.
HSL color Cylindrical-coordinate representation of color #CD497C: hue angle of 336.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD497C is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 73 | 124 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.20 |
| HSL | 336.82º | 0.57% | 0.55% | - |
| HSV(B) | 336.82º | 0.64% | 0.8% | - |
| XYZ | 31.2 | 19.2 | 21.13 | - |
| YUV | 118.28 | 131.23 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 73 | 124 | 0 | 0.64 | 0.40 | 0.20 | 336.82 | 0.57 | 0.55 |
| Hex | CD | 49 | 7C | 0 | 40 | 28 | 14 | 151 | 39 | 37 |
| Octal | 315 | 111 | 174 | 0 | 100 | 50 | 24 | 521 | 71 | 67 |
| Binary | 11001101 | 1001001 | 1111100 | 0 | 1000000 | 101000 | 10100 | 101010001 | 111001 | 110111 |
Color Harmonies of #CD497C
Complementary color
Monochromatic Colors of #CD497C
Black with #CD497C
Text Example
Text Example
White with #CD497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD497C; }
p { color: rgb(205,73,124); }
H1.HeaderClassName
{
color: #CD497C;
}
.AnyTagClassName
{
color: #CD497C;
}
</style>
background-color css
<style>
a { background-color: #CD497C; }
a { background-color: rgb(205,73,124); }
div.DivClassName
{
background-color: #CD497C;
}
.BgClassName
{
background-color: #CD497C;
}
</style>
border-color css
<style>
span { border-color: #CD497C; }
span { border-color: rgb(205,73,124); }
td.TdClassName
{
border-color: #CD497C;
}
.TagClassName
{
border-color: #CD497C;
}
</style>