Shades of Cranberry #CA537C
Tints of Cranberry #CA537C
RGB
CMYK
RGB Variations
Color information
#CA537C (or 0xCA537C) is known color: Cranberry. HEX triplet: CA, 53 and 7C. RGB value is (202,83,124). Sum of RGB (Red+Green+Blue) = 202+83+124=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA537C is #35AC83. Grayscale: #7B7B7B. Windows color (decimal): -3517572 or 8147914. OLE color: 8147914.
HSL color Cylindrical-coordinate representation of color #CA537C: hue angle of 339.33º 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 #CA537C is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 124 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.21 |
| HSL | 339.33º | 0.53% | 0.56% | - |
| HSV(B) | 339.33º | 0.59% | 0.79% | - |
| XYZ | 31.09 | 20.2 | 21.33 | - |
| YUV | 123.26 | 128.42 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 124 | 0 | 0.59 | 0.39 | 0.21 | 339.33 | 0.53 | 0.56 |
| Hex | CA | 53 | 7C | 0 | 3B | 27 | 15 | 153 | 35 | 38 |
| Octal | 312 | 123 | 174 | 0 | 73 | 47 | 25 | 523 | 65 | 70 |
| Binary | 11001010 | 1010011 | 1111100 | 0 | 111011 | 100111 | 10101 | 101010011 | 110101 | 111000 |
Color Harmonies of #CA537C
Complementary color
Monochromatic Colors of #CA537C
Black with #CA537C
Text Example
Text Example
White with #CA537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA537C; }
p { color: rgb(202,83,124); }
H1.HeaderClassName
{
color: #CA537C;
}
.AnyTagClassName
{
color: #CA537C;
}
</style>
background-color css
<style>
a { background-color: #CA537C; }
a { background-color: rgb(202,83,124); }
div.DivClassName
{
background-color: #CA537C;
}
.BgClassName
{
background-color: #CA537C;
}
</style>
border-color css
<style>
span { border-color: #CA537C; }
span { border-color: rgb(202,83,124); }
td.TdClassName
{
border-color: #CA537C;
}
.TagClassName
{
border-color: #CA537C;
}
</style>