Shades of Cranberry #CA557B
Tints of Cranberry #CA557B
RGB
CMYK
RGB Variations
Color information
#CA557B (or 0xCA557B) is known color: Cranberry. HEX triplet: CA, 55 and 7B. RGB value is (202,85,123). Sum of RGB (Red+Green+Blue) = 202+85+123=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA557B is #35AA84. Grayscale: #7C7C7C. Windows color (decimal): -3517061 or 8082890. OLE color: 8082890.
HSL color Cylindrical-coordinate representation of color #CA557B: hue angle of 340.51º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA557B is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 123 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.21 |
| HSL | 340.51º | 0.52% | 0.56% | - |
| HSV(B) | 340.51º | 0.58% | 0.79% | - |
| XYZ | 31.18 | 20.48 | 21.05 | - |
| YUV | 124.32 | 127.26 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 123 | 0 | 0.58 | 0.39 | 0.21 | 340.51 | 0.52 | 0.56 |
| Hex | CA | 55 | 7B | 0 | 3A | 27 | 15 | 155 | 34 | 38 |
| Octal | 312 | 125 | 173 | 0 | 72 | 47 | 25 | 525 | 64 | 70 |
| Binary | 11001010 | 1010101 | 1111011 | 0 | 111010 | 100111 | 10101 | 101010101 | 110100 | 111000 |
Color Harmonies of #CA557B
Complementary color
Monochromatic Colors of #CA557B
Black with #CA557B
Text Example
Text Example
White with #CA557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA557B; }
p { color: rgb(202,85,123); }
H1.HeaderClassName
{
color: #CA557B;
}
.AnyTagClassName
{
color: #CA557B;
}
</style>
background-color css
<style>
a { background-color: #CA557B; }
a { background-color: rgb(202,85,123); }
div.DivClassName
{
background-color: #CA557B;
}
.BgClassName
{
background-color: #CA557B;
}
</style>
border-color css
<style>
span { border-color: #CA557B; }
span { border-color: rgb(202,85,123); }
td.TdClassName
{
border-color: #CA557B;
}
.TagClassName
{
border-color: #CA557B;
}
</style>