Shades of Cranberry #CD457A
Tints of Cranberry #CD457A
RGB
CMYK
RGB Variations
Color information
#CD457A (or 0xCD457A) is known color: Cranberry. HEX triplet: CD, 45 and 7A. RGB value is (205,69,122). Sum of RGB (Red+Green+Blue) = 205+69+122=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 69 (27.34% from 255 or 17.42% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CD457A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD457A is #32BA85. Grayscale: #737373. Windows color (decimal): -3324550 or 8013261. OLE color: 8013261.
HSL color Cylindrical-coordinate representation of color #CD457A: hue angle of 336.62º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD457A is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 69 | 122 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.20 |
| HSL | 336.62º | 0.58% | 0.54% | - |
| HSV(B) | 336.62º | 0.66% | 0.8% | - |
| XYZ | 30.82 | 18.64 | 20.39 | - |
| YUV | 115.71 | 131.56 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 69 | 122 | 0 | 0.66 | 0.40 | 0.20 | 336.62 | 0.58 | 0.54 |
| Hex | CD | 45 | 7A | 0 | 42 | 28 | 14 | 151 | 3A | 36 |
| Octal | 315 | 105 | 172 | 0 | 102 | 50 | 24 | 521 | 72 | 66 |
| Binary | 11001101 | 1000101 | 1111010 | 0 | 1000010 | 101000 | 10100 | 101010001 | 111010 | 110110 |
Color Harmonies of #CD457A
Complementary color
Monochromatic Colors of #CD457A
Black with #CD457A
Text Example
Text Example
White with #CD457A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD457A; }
p { color: rgb(205,69,122); }
H1.HeaderClassName
{
color: #CD457A;
}
.AnyTagClassName
{
color: #CD457A;
}
</style>
background-color css
<style>
a { background-color: #CD457A; }
a { background-color: rgb(205,69,122); }
div.DivClassName
{
background-color: #CD457A;
}
.BgClassName
{
background-color: #CD457A;
}
</style>
border-color css
<style>
span { border-color: #CD457A; }
span { border-color: rgb(205,69,122); }
td.TdClassName
{
border-color: #CD457A;
}
.TagClassName
{
border-color: #CD457A;
}
</style>