Shades of Cranberry #CA5C83
Tints of Cranberry #CA5C83
RGB
CMYK
RGB Variations
Color information
#CA5C83 (or 0xCA5C83) is known color: Cranberry. HEX triplet: CA, 5C and 83. RGB value is (202,92,131). Sum of RGB (Red+Green+Blue) = 202+92+131=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5C83 is #35A37C. Grayscale: #818181. Windows color (decimal): -3515261 or 8608970. OLE color: 8608970.
HSL color Cylindrical-coordinate representation of color #CA5C83: hue angle of 338.73º 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 #CA5C83 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 92 | 131 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.21 |
| HSL | 338.73º | 0.51% | 0.58% | - |
| HSV(B) | 338.73º | 0.54% | 0.79% | - |
| XYZ | 32.28 | 21.85 | 23.99 | - |
| YUV | 129.34 | 128.94 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 92 | 131 | 0 | 0.54 | 0.35 | 0.21 | 338.73 | 0.51 | 0.58 |
| Hex | CA | 5C | 83 | 0 | 36 | 23 | 15 | 153 | 33 | 3A |
| Octal | 312 | 134 | 203 | 0 | 66 | 43 | 25 | 523 | 63 | 72 |
| Binary | 11001010 | 1011100 | 10000011 | 0 | 110110 | 100011 | 10101 | 101010011 | 110011 | 111010 |
Color Harmonies of #CA5C83
Complementary color
Monochromatic Colors of #CA5C83
Black with #CA5C83
Text Example
Text Example
White with #CA5C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5C83; }
p { color: rgb(202,92,131); }
H1.HeaderClassName
{
color: #CA5C83;
}
.AnyTagClassName
{
color: #CA5C83;
}
</style>
background-color css
<style>
a { background-color: #CA5C83; }
a { background-color: rgb(202,92,131); }
div.DivClassName
{
background-color: #CA5C83;
}
.BgClassName
{
background-color: #CA5C83;
}
</style>
border-color css
<style>
span { border-color: #CA5C83; }
span { border-color: rgb(202,92,131); }
td.TdClassName
{
border-color: #CA5C83;
}
.TagClassName
{
border-color: #CA5C83;
}
</style>