Shades of Cranberry #CD497A
Tints of Cranberry #CD497A
RGB
CMYK
RGB Variations
Color information
#CD497A (or 0xCD497A) is known color: Cranberry. HEX triplet: CD, 49 and 7A. RGB value is (205,73,122). Sum of RGB (Red+Green+Blue) = 205+73+122=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CD497A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD497A is #32B685. Grayscale: #757575. Windows color (decimal): -3323526 or 8014285. OLE color: 8014285.
HSL color Cylindrical-coordinate representation of color #CD497A: hue angle of 337.73º 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 #CD497A is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 73 | 122 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.20 |
| HSL | 337.73º | 0.57% | 0.55% | - |
| HSV(B) | 337.73º | 0.64% | 0.8% | - |
| XYZ | 31.07 | 19.15 | 20.47 | - |
| YUV | 118.05 | 130.23 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 73 | 122 | 0 | 0.64 | 0.40 | 0.20 | 337.73 | 0.57 | 0.55 |
| Hex | CD | 49 | 7A | 0 | 40 | 28 | 14 | 152 | 39 | 37 |
| Octal | 315 | 111 | 172 | 0 | 100 | 50 | 24 | 522 | 71 | 67 |
| Binary | 11001101 | 1001001 | 1111010 | 0 | 1000000 | 101000 | 10100 | 101010010 | 111001 | 110111 |
Color Harmonies of #CD497A
Complementary color
Monochromatic Colors of #CD497A
Black with #CD497A
Text Example
Text Example
White with #CD497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD497A; }
p { color: rgb(205,73,122); }
H1.HeaderClassName
{
color: #CD497A;
}
.AnyTagClassName
{
color: #CD497A;
}
</style>
background-color css
<style>
a { background-color: #CD497A; }
a { background-color: rgb(205,73,122); }
div.DivClassName
{
background-color: #CD497A;
}
.BgClassName
{
background-color: #CD497A;
}
</style>
border-color css
<style>
span { border-color: #CD497A; }
span { border-color: rgb(205,73,122); }
td.TdClassName
{
border-color: #CD497A;
}
.TagClassName
{
border-color: #CD497A;
}
</style>