Shades of Cranberry #CD4978
Tints of Cranberry #CD4978
RGB
CMYK
RGB Variations
Color information
#CD4978 (or 0xCD4978) is known color: Cranberry. HEX triplet: CD, 49 and 78. RGB value is (205,73,120). Sum of RGB (Red+Green+Blue) = 205+73+120=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4978 is #32B687. Grayscale: #757575. Windows color (decimal): -3323528 or 7883213. OLE color: 7883213.
HSL color Cylindrical-coordinate representation of color #CD4978: hue angle of 338.64º 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 #CD4978 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 73 | 120 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.20 |
| HSL | 338.64º | 0.57% | 0.55% | - |
| HSV(B) | 338.64º | 0.64% | 0.8% | - |
| XYZ | 30.95 | 19.1 | 19.82 | - |
| YUV | 117.83 | 129.23 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 73 | 120 | 0 | 0.64 | 0.41 | 0.20 | 338.64 | 0.57 | 0.55 |
| Hex | CD | 49 | 78 | 0 | 40 | 29 | 14 | 153 | 39 | 37 |
| Octal | 315 | 111 | 170 | 0 | 100 | 51 | 24 | 523 | 71 | 67 |
| Binary | 11001101 | 1001001 | 1111000 | 0 | 1000000 | 101001 | 10100 | 101010011 | 111001 | 110111 |
Color Harmonies of #CD4978
Complementary color
Monochromatic Colors of #CD4978
Black with #CD4978
Text Example
Text Example
White with #CD4978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4978; }
p { color: rgb(205,73,120); }
H1.HeaderClassName
{
color: #CD4978;
}
.AnyTagClassName
{
color: #CD4978;
}
</style>
background-color css
<style>
a { background-color: #CD4978; }
a { background-color: rgb(205,73,120); }
div.DivClassName
{
background-color: #CD4978;
}
.BgClassName
{
background-color: #CD4978;
}
</style>
border-color css
<style>
span { border-color: #CD4978; }
span { border-color: rgb(205,73,120); }
td.TdClassName
{
border-color: #CD4978;
}
.TagClassName
{
border-color: #CD4978;
}
</style>