Shades of Cranberry #CA537D
Tints of Cranberry #CA537D
RGB
CMYK
RGB Variations
Color information
#CA537D (or 0xCA537D) is known color: Cranberry. HEX triplet: CA, 53 and 7D. RGB value is (202,83,125). Sum of RGB (Red+Green+Blue) = 202+83+125=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA537D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA537D is #35AC82. Grayscale: #7B7B7B. Windows color (decimal): -3517571 or 8213450. OLE color: 8213450.
HSL color Cylindrical-coordinate representation of color #CA537D: hue angle of 338.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 #CA537D is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 125 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.21 |
| HSL | 338.82º | 0.53% | 0.56% | - |
| HSV(B) | 338.82º | 0.59% | 0.79% | - |
| XYZ | 31.15 | 20.22 | 21.66 | - |
| YUV | 123.37 | 128.92 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 125 | 0 | 0.59 | 0.38 | 0.21 | 338.82 | 0.53 | 0.56 |
| Hex | CA | 53 | 7D | 0 | 3B | 26 | 15 | 153 | 35 | 38 |
| Octal | 312 | 123 | 175 | 0 | 73 | 46 | 25 | 523 | 65 | 70 |
| Binary | 11001010 | 1010011 | 1111101 | 0 | 111011 | 100110 | 10101 | 101010011 | 110101 | 111000 |
Color Harmonies of #CA537D
Complementary color
Monochromatic Colors of #CA537D
Black with #CA537D
Text Example
Text Example
White with #CA537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA537D; }
p { color: rgb(202,83,125); }
H1.HeaderClassName
{
color: #CA537D;
}
.AnyTagClassName
{
color: #CA537D;
}
</style>
background-color css
<style>
a { background-color: #CA537D; }
a { background-color: rgb(202,83,125); }
div.DivClassName
{
background-color: #CA537D;
}
.BgClassName
{
background-color: #CA537D;
}
</style>
border-color css
<style>
span { border-color: #CA537D; }
span { border-color: rgb(202,83,125); }
td.TdClassName
{
border-color: #CA537D;
}
.TagClassName
{
border-color: #CA537D;
}
</style>