Shades of Cranberry #CA4978
Tints of Cranberry #CA4978
RGB
CMYK
RGB Variations
Color information
#CA4978 (or 0xCA4978) is known color: Cranberry. HEX triplet: CA, 49 and 78. RGB value is (202,73,120). Sum of RGB (Red+Green+Blue) = 202+73+120=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4978 is #35B687. Grayscale: #747474. Windows color (decimal): -3520136 or 7883210. OLE color: 7883210.
HSL color Cylindrical-coordinate representation of color #CA4978: hue angle of 338.14º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA4978 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 73 | 120 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.21 |
| HSL | 338.14º | 0.55% | 0.54% | - |
| HSV(B) | 338.14º | 0.64% | 0.79% | - |
| XYZ | 30.13 | 18.68 | 19.79 | - |
| YUV | 116.93 | 129.74 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 120 | 0 | 0.64 | 0.41 | 0.21 | 338.14 | 0.55 | 0.54 |
| Hex | CA | 49 | 78 | 0 | 40 | 29 | 15 | 152 | 37 | 36 |
| Octal | 312 | 111 | 170 | 0 | 100 | 51 | 25 | 522 | 67 | 66 |
| Binary | 11001010 | 1001001 | 1111000 | 0 | 1000000 | 101001 | 10101 | 101010010 | 110111 | 110110 |
Color Harmonies of #CA4978
Complementary color
Monochromatic Colors of #CA4978
Black with #CA4978
Text Example
Text Example
White with #CA4978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4978; }
p { color: rgb(202,73,120); }
H1.HeaderClassName
{
color: #CA4978;
}
.AnyTagClassName
{
color: #CA4978;
}
</style>
background-color css
<style>
a { background-color: #CA4978; }
a { background-color: rgb(202,73,120); }
div.DivClassName
{
background-color: #CA4978;
}
.BgClassName
{
background-color: #CA4978;
}
</style>
border-color css
<style>
span { border-color: #CA4978; }
span { border-color: rgb(202,73,120); }
td.TdClassName
{
border-color: #CA4978;
}
.TagClassName
{
border-color: #CA4978;
}
</style>