Shades of Cranberry #CD4A7A
Tints of Cranberry #CD4A7A
RGB
CMYK
RGB Variations
Color information
#CD4A7A (or 0xCD4A7A) is known color: Cranberry. HEX triplet: CD, 4A and 7A. RGB value is (205,74,122). Sum of RGB (Red+Green+Blue) = 205+74+122=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4A7A is #32B585. Grayscale: #767676. Windows color (decimal): -3323270 or 8014541. OLE color: 8014541.
HSL color Cylindrical-coordinate representation of color #CD4A7A: hue angle of 338.02º 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 #CD4A7A is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 74 | 122 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.20 |
| HSL | 338.02º | 0.57% | 0.55% | - |
| HSV(B) | 338.02º | 0.64% | 0.8% | - |
| XYZ | 31.14 | 19.28 | 20.49 | - |
| YUV | 118.64 | 129.9 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 74 | 122 | 0 | 0.64 | 0.40 | 0.20 | 338.02 | 0.57 | 0.55 |
| Hex | CD | 4A | 7A | 0 | 40 | 28 | 14 | 152 | 39 | 37 |
| Octal | 315 | 112 | 172 | 0 | 100 | 50 | 24 | 522 | 71 | 67 |
| Binary | 11001101 | 1001010 | 1111010 | 0 | 1000000 | 101000 | 10100 | 101010010 | 111001 | 110111 |
Color Harmonies of #CD4A7A
Complementary color
Monochromatic Colors of #CD4A7A
Black with #CD4A7A
Text Example
Text Example
White with #CD4A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4A7A; }
p { color: rgb(205,74,122); }
H1.HeaderClassName
{
color: #CD4A7A;
}
.AnyTagClassName
{
color: #CD4A7A;
}
</style>
background-color css
<style>
a { background-color: #CD4A7A; }
a { background-color: rgb(205,74,122); }
div.DivClassName
{
background-color: #CD4A7A;
}
.BgClassName
{
background-color: #CD4A7A;
}
</style>
border-color css
<style>
span { border-color: #CD4A7A; }
span { border-color: rgb(205,74,122); }
td.TdClassName
{
border-color: #CD4A7A;
}
.TagClassName
{
border-color: #CD4A7A;
}
</style>