Shades of Cranberry #CA517E
Tints of Cranberry #CA517E
RGB
CMYK
RGB Variations
Color information
#CA517E (or 0xCA517E) is known color: Cranberry. HEX triplet: CA, 51 and 7E. RGB value is (202,81,126). Sum of RGB (Red+Green+Blue) = 202+81+126=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA517E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA517E is #35AE81. Grayscale: #7A7A7A. Windows color (decimal): -3518082 or 8278474. OLE color: 8278474.
HSL color Cylindrical-coordinate representation of color #CA517E: hue angle of 337.69º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA517E is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 126 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.21 |
| HSL | 337.69º | 0.53% | 0.55% | - |
| HSV(B) | 337.69º | 0.6% | 0.79% | - |
| XYZ | 31.07 | 19.95 | 21.95 | - |
| YUV | 122.31 | 130.09 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 126 | 0 | 0.60 | 0.38 | 0.21 | 337.69 | 0.53 | 0.55 |
| Hex | CA | 51 | 7E | 0 | 3C | 26 | 15 | 152 | 35 | 37 |
| Octal | 312 | 121 | 176 | 0 | 74 | 46 | 25 | 522 | 65 | 67 |
| Binary | 11001010 | 1010001 | 1111110 | 0 | 111100 | 100110 | 10101 | 101010010 | 110101 | 110111 |
Color Harmonies of #CA517E
Complementary color
Monochromatic Colors of #CA517E
Black with #CA517E
Text Example
Text Example
White with #CA517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA517E; }
p { color: rgb(202,81,126); }
H1.HeaderClassName
{
color: #CA517E;
}
.AnyTagClassName
{
color: #CA517E;
}
</style>
background-color css
<style>
a { background-color: #CA517E; }
a { background-color: rgb(202,81,126); }
div.DivClassName
{
background-color: #CA517E;
}
.BgClassName
{
background-color: #CA517E;
}
</style>
border-color css
<style>
span { border-color: #CA517E; }
span { border-color: rgb(202,81,126); }
td.TdClassName
{
border-color: #CA517E;
}
.TagClassName
{
border-color: #CA517E;
}
</style>