Shades of Cranberry #CD4C7A
Tints of Cranberry #CD4C7A
RGB
CMYK
RGB Variations
Color information
#CD4C7A (or 0xCD4C7A) is known color: Cranberry. HEX triplet: CD, 4C and 7A. RGB value is (205,76,122). Sum of RGB (Red+Green+Blue) = 205+76+122=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4C7A is #32B385. Grayscale: #777777. Windows color (decimal): -3322758 or 8015053. OLE color: 8015053.
HSL color Cylindrical-coordinate representation of color #CD4C7A: hue angle of 338.6º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD4C7A is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 76 | 122 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.20 |
| HSL | 338.6º | 0.56% | 0.55% | - |
| HSV(B) | 338.6º | 0.63% | 0.8% | - |
| XYZ | 31.27 | 19.55 | 20.54 | - |
| YUV | 119.82 | 129.24 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 76 | 122 | 0 | 0.63 | 0.40 | 0.20 | 338.6 | 0.56 | 0.55 |
| Hex | CD | 4C | 7A | 0 | 3F | 28 | 14 | 153 | 38 | 37 |
| Octal | 315 | 114 | 172 | 0 | 77 | 50 | 24 | 523 | 70 | 67 |
| Binary | 11001101 | 1001100 | 1111010 | 0 | 111111 | 101000 | 10100 | 101010011 | 111000 | 110111 |
Color Harmonies of #CD4C7A
Complementary color
Monochromatic Colors of #CD4C7A
Black with #CD4C7A
Text Example
Text Example
White with #CD4C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4C7A; }
p { color: rgb(205,76,122); }
H1.HeaderClassName
{
color: #CD4C7A;
}
.AnyTagClassName
{
color: #CD4C7A;
}
</style>
background-color css
<style>
a { background-color: #CD4C7A; }
a { background-color: rgb(205,76,122); }
div.DivClassName
{
background-color: #CD4C7A;
}
.BgClassName
{
background-color: #CD4C7A;
}
</style>
border-color css
<style>
span { border-color: #CD4C7A; }
span { border-color: rgb(205,76,122); }
td.TdClassName
{
border-color: #CD4C7A;
}
.TagClassName
{
border-color: #CD4C7A;
}
</style>