Shades of Cranberry #CA587D
Tints of Cranberry #CA587D
RGB
CMYK
RGB Variations
Color information
#CA587D (or 0xCA587D) is known color: Cranberry. HEX triplet: CA, 58 and 7D. RGB value is (202,88,125). Sum of RGB (Red+Green+Blue) = 202+88+125=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA587D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA587D is #35A782. Grayscale: #7E7E7E. Windows color (decimal): -3516291 or 8214730. OLE color: 8214730.
HSL color Cylindrical-coordinate representation of color #CA587D: hue angle of 340.53º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA587D is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 88 | 125 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.21 |
| HSL | 340.53º | 0.52% | 0.57% | - |
| HSV(B) | 340.53º | 0.56% | 0.79% | - |
| XYZ | 31.55 | 21.02 | 21.8 | - |
| YUV | 126.3 | 127.27 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 125 | 0 | 0.56 | 0.38 | 0.21 | 340.53 | 0.52 | 0.57 |
| Hex | CA | 58 | 7D | 0 | 38 | 26 | 15 | 155 | 34 | 39 |
| Octal | 312 | 130 | 175 | 0 | 70 | 46 | 25 | 525 | 64 | 71 |
| Binary | 11001010 | 1011000 | 1111101 | 0 | 111000 | 100110 | 10101 | 101010101 | 110100 | 111001 |
Color Harmonies of #CA587D
Complementary color
Monochromatic Colors of #CA587D
Black with #CA587D
Text Example
Text Example
White with #CA587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA587D; }
p { color: rgb(202,88,125); }
H1.HeaderClassName
{
color: #CA587D;
}
.AnyTagClassName
{
color: #CA587D;
}
</style>
background-color css
<style>
a { background-color: #CA587D; }
a { background-color: rgb(202,88,125); }
div.DivClassName
{
background-color: #CA587D;
}
.BgClassName
{
background-color: #CA587D;
}
</style>
border-color css
<style>
span { border-color: #CA587D; }
span { border-color: rgb(202,88,125); }
td.TdClassName
{
border-color: #CA587D;
}
.TagClassName
{
border-color: #CA587D;
}
</style>