Shades of Cranberry #CA537E
Tints of Cranberry #CA537E
RGB
CMYK
RGB Variations
Color information
#CA537E (or 0xCA537E) is known color: Cranberry. HEX triplet: CA, 53 and 7E. RGB value is (202,83,126). Sum of RGB (Red+Green+Blue) = 202+83+126=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA537E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA537E is #35AC81. Grayscale: #7B7B7B. Windows color (decimal): -3517570 or 8278986. OLE color: 8278986.
HSL color Cylindrical-coordinate representation of color #CA537E: hue angle of 338.32º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA537E is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 126 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.21 |
| HSL | 338.32º | 0.53% | 0.56% | - |
| HSV(B) | 338.32º | 0.59% | 0.79% | - |
| XYZ | 31.22 | 20.25 | 22 | - |
| YUV | 123.48 | 129.42 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 126 | 0 | 0.59 | 0.38 | 0.21 | 338.32 | 0.53 | 0.56 |
| Hex | CA | 53 | 7E | 0 | 3B | 26 | 15 | 152 | 35 | 38 |
| Octal | 312 | 123 | 176 | 0 | 73 | 46 | 25 | 522 | 65 | 70 |
| Binary | 11001010 | 1010011 | 1111110 | 0 | 111011 | 100110 | 10101 | 101010010 | 110101 | 111000 |
Color Harmonies of #CA537E
Complementary color
Monochromatic Colors of #CA537E
Black with #CA537E
Text Example
Text Example
White with #CA537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA537E; }
p { color: rgb(202,83,126); }
H1.HeaderClassName
{
color: #CA537E;
}
.AnyTagClassName
{
color: #CA537E;
}
</style>
background-color css
<style>
a { background-color: #CA537E; }
a { background-color: rgb(202,83,126); }
div.DivClassName
{
background-color: #CA537E;
}
.BgClassName
{
background-color: #CA537E;
}
</style>
border-color css
<style>
span { border-color: #CA537E; }
span { border-color: rgb(202,83,126); }
td.TdClassName
{
border-color: #CA537E;
}
.TagClassName
{
border-color: #CA537E;
}
</style>