Shades of Cranberry #CA5E81
Tints of Cranberry #CA5E81
RGB
CMYK
RGB Variations
Color information
#CA5E81 (or 0xCA5E81) is known color: Cranberry. HEX triplet: CA, 5E and 81. RGB value is (202,94,129). Sum of RGB (Red+Green+Blue) = 202+94+129=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5E81 is #35A17E. Grayscale: #828282. Windows color (decimal): -3514751 or 8478410. OLE color: 8478410.
HSL color Cylindrical-coordinate representation of color #CA5E81: hue angle of 340.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA5E81 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 129 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.21 |
| HSL | 340.56º | 0.5% | 0.58% | - |
| HSV(B) | 340.56º | 0.53% | 0.79% | - |
| XYZ | 32.32 | 22.15 | 23.34 | - |
| YUV | 130.28 | 127.28 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 129 | 0 | 0.53 | 0.36 | 0.21 | 340.56 | 0.5 | 0.58 |
| Hex | CA | 5E | 81 | 0 | 35 | 24 | 15 | 155 | 32 | 3A |
| Octal | 312 | 136 | 201 | 0 | 65 | 44 | 25 | 525 | 62 | 72 |
| Binary | 11001010 | 1011110 | 10000001 | 0 | 110101 | 100100 | 10101 | 101010101 | 110010 | 111010 |
Color Harmonies of #CA5E81
Complementary color
Monochromatic Colors of #CA5E81
Black with #CA5E81
Text Example
Text Example
White with #CA5E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5E81; }
p { color: rgb(202,94,129); }
H1.HeaderClassName
{
color: #CA5E81;
}
.AnyTagClassName
{
color: #CA5E81;
}
</style>
background-color css
<style>
a { background-color: #CA5E81; }
a { background-color: rgb(202,94,129); }
div.DivClassName
{
background-color: #CA5E81;
}
.BgClassName
{
background-color: #CA5E81;
}
</style>
border-color css
<style>
span { border-color: #CA5E81; }
span { border-color: rgb(202,94,129); }
td.TdClassName
{
border-color: #CA5E81;
}
.TagClassName
{
border-color: #CA5E81;
}
</style>