Shades of Cranberry #CA537F
Tints of Cranberry #CA537F
RGB
CMYK
RGB Variations
Color information
#CA537F (or 0xCA537F) is known color: Cranberry. HEX triplet: CA, 53 and 7F. RGB value is (202,83,127). Sum of RGB (Red+Green+Blue) = 202+83+127=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA537F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA537F is #35AC80. Grayscale: #7B7B7B. Windows color (decimal): -3517569 or 8344522. OLE color: 8344522.
HSL color Cylindrical-coordinate representation of color #CA537F: hue angle of 337.82º 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 #CA537F is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 127 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.21 |
| HSL | 337.82º | 0.53% | 0.56% | - |
| HSV(B) | 337.82º | 0.59% | 0.79% | - |
| XYZ | 31.28 | 20.28 | 22.34 | - |
| YUV | 123.6 | 129.92 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 127 | 0 | 0.59 | 0.37 | 0.21 | 337.82 | 0.53 | 0.56 |
| Hex | CA | 53 | 7F | 0 | 3B | 25 | 15 | 152 | 35 | 38 |
| Octal | 312 | 123 | 177 | 0 | 73 | 45 | 25 | 522 | 65 | 70 |
| Binary | 11001010 | 1010011 | 1111111 | 0 | 111011 | 100101 | 10101 | 101010010 | 110101 | 111000 |
Color Harmonies of #CA537F
Complementary color
Monochromatic Colors of #CA537F
Black with #CA537F
Text Example
Text Example
White with #CA537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA537F; }
p { color: rgb(202,83,127); }
H1.HeaderClassName
{
color: #CA537F;
}
.AnyTagClassName
{
color: #CA537F;
}
</style>
background-color css
<style>
a { background-color: #CA537F; }
a { background-color: rgb(202,83,127); }
div.DivClassName
{
background-color: #CA537F;
}
.BgClassName
{
background-color: #CA537F;
}
</style>
border-color css
<style>
span { border-color: #CA537F; }
span { border-color: rgb(202,83,127); }
td.TdClassName
{
border-color: #CA537F;
}
.TagClassName
{
border-color: #CA537F;
}
</style>