Shades of Cranberry #CA497A
Tints of Cranberry #CA497A
RGB
CMYK
RGB Variations
Color information
#CA497A (or 0xCA497A) is known color: Cranberry. HEX triplet: CA, 49 and 7A. RGB value is (202,73,122). Sum of RGB (Red+Green+Blue) = 202+73+122=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA497A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA497A is #35B685. Grayscale: #757575. Windows color (decimal): -3520134 or 8014282. OLE color: 8014282.
HSL color Cylindrical-coordinate representation of color #CA497A: hue angle of 337.21º 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 #CA497A is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 73 | 122 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.21 |
| HSL | 337.21º | 0.55% | 0.54% | - |
| HSV(B) | 337.21º | 0.64% | 0.79% | - |
| XYZ | 30.25 | 18.73 | 20.43 | - |
| YUV | 117.16 | 130.74 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 122 | 0 | 0.64 | 0.40 | 0.21 | 337.21 | 0.55 | 0.54 |
| Hex | CA | 49 | 7A | 0 | 40 | 28 | 15 | 151 | 37 | 36 |
| Octal | 312 | 111 | 172 | 0 | 100 | 50 | 25 | 521 | 67 | 66 |
| Binary | 11001010 | 1001001 | 1111010 | 0 | 1000000 | 101000 | 10101 | 101010001 | 110111 | 110110 |
Color Harmonies of #CA497A
Complementary color
Monochromatic Colors of #CA497A
Black with #CA497A
Text Example
Text Example
White with #CA497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA497A; }
p { color: rgb(202,73,122); }
H1.HeaderClassName
{
color: #CA497A;
}
.AnyTagClassName
{
color: #CA497A;
}
</style>
background-color css
<style>
a { background-color: #CA497A; }
a { background-color: rgb(202,73,122); }
div.DivClassName
{
background-color: #CA497A;
}
.BgClassName
{
background-color: #CA497A;
}
</style>
border-color css
<style>
span { border-color: #CA497A; }
span { border-color: rgb(202,73,122); }
td.TdClassName
{
border-color: #CA497A;
}
.TagClassName
{
border-color: #CA497A;
}
</style>