Shades of Cranberry #CA507B
Tints of Cranberry #CA507B
RGB
CMYK
RGB Variations
Color information
#CA507B (or 0xCA507B) is known color: Cranberry. HEX triplet: CA, 50 and 7B. RGB value is (202,80,123). Sum of RGB (Red+Green+Blue) = 202+80+123=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA507B is #35AF84. Grayscale: #797979. Windows color (decimal): -3518341 or 8081610. OLE color: 8081610.
HSL color Cylindrical-coordinate representation of color #CA507B: hue angle of 338.85º degrees, saturation: 0.54, 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 #CA507B is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 123 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.21 |
| HSL | 338.85º | 0.54% | 0.55% | - |
| HSV(B) | 338.85º | 0.6% | 0.79% | - |
| XYZ | 30.8 | 19.72 | 20.92 | - |
| YUV | 121.38 | 128.92 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 123 | 0 | 0.60 | 0.39 | 0.21 | 338.85 | 0.54 | 0.55 |
| Hex | CA | 50 | 7B | 0 | 3C | 27 | 15 | 153 | 36 | 37 |
| Octal | 312 | 120 | 173 | 0 | 74 | 47 | 25 | 523 | 66 | 67 |
| Binary | 11001010 | 1010000 | 1111011 | 0 | 111100 | 100111 | 10101 | 101010011 | 110110 | 110111 |
Color Harmonies of #CA507B
Complementary color
Monochromatic Colors of #CA507B
Black with #CA507B
Text Example
Text Example
White with #CA507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA507B; }
p { color: rgb(202,80,123); }
H1.HeaderClassName
{
color: #CA507B;
}
.AnyTagClassName
{
color: #CA507B;
}
</style>
background-color css
<style>
a { background-color: #CA507B; }
a { background-color: rgb(202,80,123); }
div.DivClassName
{
background-color: #CA507B;
}
.BgClassName
{
background-color: #CA507B;
}
</style>
border-color css
<style>
span { border-color: #CA507B; }
span { border-color: rgb(202,80,123); }
td.TdClassName
{
border-color: #CA507B;
}
.TagClassName
{
border-color: #CA507B;
}
</style>