Shades of Cranberry #CD4A7E
Tints of Cranberry #CD4A7E
RGB
CMYK
RGB Variations
Color information
#CD4A7E (or 0xCD4A7E) is known color: Cranberry. HEX triplet: CD, 4A and 7E. RGB value is (205,74,126). Sum of RGB (Red+Green+Blue) = 205+74+126=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4A7E is #32B581. Grayscale: #777777. Windows color (decimal): -3323266 or 8276685. OLE color: 8276685.
HSL color Cylindrical-coordinate representation of color #CD4A7E: hue angle of 336.18º 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 #CD4A7E is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 74 | 126 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.20 |
| HSL | 336.18º | 0.57% | 0.55% | - |
| HSV(B) | 336.18º | 0.64% | 0.8% | - |
| XYZ | 31.39 | 19.38 | 21.83 | - |
| YUV | 119.1 | 131.9 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 74 | 126 | 0 | 0.64 | 0.39 | 0.20 | 336.18 | 0.57 | 0.55 |
| Hex | CD | 4A | 7E | 0 | 40 | 27 | 14 | 150 | 39 | 37 |
| Octal | 315 | 112 | 176 | 0 | 100 | 47 | 24 | 520 | 71 | 67 |
| Binary | 11001101 | 1001010 | 1111110 | 0 | 1000000 | 100111 | 10100 | 101010000 | 111001 | 110111 |
Color Harmonies of #CD4A7E
Complementary color
Monochromatic Colors of #CD4A7E
Black with #CD4A7E
Text Example
Text Example
White with #CD4A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4A7E; }
p { color: rgb(205,74,126); }
H1.HeaderClassName
{
color: #CD4A7E;
}
.AnyTagClassName
{
color: #CD4A7E;
}
</style>
background-color css
<style>
a { background-color: #CD4A7E; }
a { background-color: rgb(205,74,126); }
div.DivClassName
{
background-color: #CD4A7E;
}
.BgClassName
{
background-color: #CD4A7E;
}
</style>
border-color css
<style>
span { border-color: #CD4A7E; }
span { border-color: rgb(205,74,126); }
td.TdClassName
{
border-color: #CD4A7E;
}
.TagClassName
{
border-color: #CD4A7E;
}
</style>