Shades of Cranberry #CA497B
Tints of Cranberry #CA497B
RGB
CMYK
RGB Variations
Color information
#CA497B (or 0xCA497B) is known color: Cranberry. HEX triplet: CA, 49 and 7B. RGB value is (202,73,123). Sum of RGB (Red+Green+Blue) = 202+73+123=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA497B is #35B684. Grayscale: #757575. Windows color (decimal): -3520133 or 8079818. OLE color: 8079818.
HSL color Cylindrical-coordinate representation of color #CA497B: hue angle of 336.74º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA497B is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 73 | 123 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.21 |
| HSL | 336.74º | 0.55% | 0.54% | - |
| HSV(B) | 336.74º | 0.64% | 0.79% | - |
| XYZ | 30.31 | 18.75 | 20.76 | - |
| YUV | 117.27 | 131.24 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 123 | 0 | 0.64 | 0.39 | 0.21 | 336.74 | 0.55 | 0.54 |
| Hex | CA | 49 | 7B | 0 | 40 | 27 | 15 | 151 | 37 | 36 |
| Octal | 312 | 111 | 173 | 0 | 100 | 47 | 25 | 521 | 67 | 66 |
| Binary | 11001010 | 1001001 | 1111011 | 0 | 1000000 | 100111 | 10101 | 101010001 | 110111 | 110110 |
Color Harmonies of #CA497B
Complementary color
Monochromatic Colors of #CA497B
Black with #CA497B
Text Example
Text Example
White with #CA497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA497B; }
p { color: rgb(202,73,123); }
H1.HeaderClassName
{
color: #CA497B;
}
.AnyTagClassName
{
color: #CA497B;
}
</style>
background-color css
<style>
a { background-color: #CA497B; }
a { background-color: rgb(202,73,123); }
div.DivClassName
{
background-color: #CA497B;
}
.BgClassName
{
background-color: #CA497B;
}
</style>
border-color css
<style>
span { border-color: #CA497B; }
span { border-color: rgb(202,73,123); }
td.TdClassName
{
border-color: #CA497B;
}
.TagClassName
{
border-color: #CA497B;
}
</style>