Shades of Cranberry #CA587C
Tints of Cranberry #CA587C
RGB
CMYK
RGB Variations
Color information
#CA587C (or 0xCA587C) is known color: Cranberry. HEX triplet: CA, 58 and 7C. RGB value is (202,88,124). Sum of RGB (Red+Green+Blue) = 202+88+124=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA587C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA587C is #35A783. Grayscale: #7E7E7E. Windows color (decimal): -3516292 or 8149194. OLE color: 8149194.
HSL color Cylindrical-coordinate representation of color #CA587C: hue angle of 341.05º 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 #CA587C is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 88 | 124 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.21 |
| HSL | 341.05º | 0.52% | 0.57% | - |
| HSV(B) | 341.05º | 0.56% | 0.79% | - |
| XYZ | 31.48 | 20.99 | 21.46 | - |
| YUV | 126.19 | 126.77 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 124 | 0 | 0.56 | 0.39 | 0.21 | 341.05 | 0.52 | 0.57 |
| Hex | CA | 58 | 7C | 0 | 38 | 27 | 15 | 155 | 34 | 39 |
| Octal | 312 | 130 | 174 | 0 | 70 | 47 | 25 | 525 | 64 | 71 |
| Binary | 11001010 | 1011000 | 1111100 | 0 | 111000 | 100111 | 10101 | 101010101 | 110100 | 111001 |
Color Harmonies of #CA587C
Complementary color
Monochromatic Colors of #CA587C
Black with #CA587C
Text Example
Text Example
White with #CA587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA587C; }
p { color: rgb(202,88,124); }
H1.HeaderClassName
{
color: #CA587C;
}
.AnyTagClassName
{
color: #CA587C;
}
</style>
background-color css
<style>
a { background-color: #CA587C; }
a { background-color: rgb(202,88,124); }
div.DivClassName
{
background-color: #CA587C;
}
.BgClassName
{
background-color: #CA587C;
}
</style>
border-color css
<style>
span { border-color: #CA587C; }
span { border-color: rgb(202,88,124); }
td.TdClassName
{
border-color: #CA587C;
}
.TagClassName
{
border-color: #CA587C;
}
</style>