Shades of Cranberry #CA5C81
Tints of Cranberry #CA5C81
RGB
CMYK
RGB Variations
Color information
#CA5C81 (or 0xCA5C81) is known color: Cranberry. HEX triplet: CA, 5C and 81. RGB value is (202,92,129). Sum of RGB (Red+Green+Blue) = 202+92+129=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5C81 is #35A37E. Grayscale: #818181. Windows color (decimal): -3515263 or 8477898. OLE color: 8477898.
HSL color Cylindrical-coordinate representation of color #CA5C81: hue angle of 339.82º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA5C81 is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 92 | 129 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.21 |
| HSL | 339.82º | 0.51% | 0.58% | - |
| HSV(B) | 339.82º | 0.54% | 0.79% | - |
| XYZ | 32.15 | 21.8 | 23.28 | - |
| YUV | 129.11 | 127.94 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 92 | 129 | 0 | 0.54 | 0.36 | 0.21 | 339.82 | 0.51 | 0.58 |
| Hex | CA | 5C | 81 | 0 | 36 | 24 | 15 | 154 | 33 | 3A |
| Octal | 312 | 134 | 201 | 0 | 66 | 44 | 25 | 524 | 63 | 72 |
| Binary | 11001010 | 1011100 | 10000001 | 0 | 110110 | 100100 | 10101 | 101010100 | 110011 | 111010 |
Color Harmonies of #CA5C81
Complementary color
Monochromatic Colors of #CA5C81
Black with #CA5C81
Text Example
Text Example
White with #CA5C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5C81; }
p { color: rgb(202,92,129); }
H1.HeaderClassName
{
color: #CA5C81;
}
.AnyTagClassName
{
color: #CA5C81;
}
</style>
background-color css
<style>
a { background-color: #CA5C81; }
a { background-color: rgb(202,92,129); }
div.DivClassName
{
background-color: #CA5C81;
}
.BgClassName
{
background-color: #CA5C81;
}
</style>
border-color css
<style>
span { border-color: #CA5C81; }
span { border-color: rgb(202,92,129); }
td.TdClassName
{
border-color: #CA5C81;
}
.TagClassName
{
border-color: #CA5C81;
}
</style>