Shades of Cranberry #CA547B
Tints of Cranberry #CA547B
RGB
CMYK
RGB Variations
Color information
#CA547B (or 0xCA547B) is known color: Cranberry. HEX triplet: CA, 54 and 7B. RGB value is (202,84,123). Sum of RGB (Red+Green+Blue) = 202+84+123=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA547B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA547B is #35AB84. Grayscale: #7B7B7B. Windows color (decimal): -3517317 or 8082634. OLE color: 8082634.
HSL color Cylindrical-coordinate representation of color #CA547B: hue angle of 340.17º degrees, saturation: 0.53, 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 #CA547B is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 84 | 123 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.21 |
| HSL | 340.17º | 0.53% | 0.56% | - |
| HSV(B) | 340.17º | 0.58% | 0.79% | - |
| XYZ | 31.1 | 20.33 | 21.02 | - |
| YUV | 123.73 | 127.59 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 123 | 0 | 0.58 | 0.39 | 0.21 | 340.17 | 0.53 | 0.56 |
| Hex | CA | 54 | 7B | 0 | 3A | 27 | 15 | 154 | 35 | 38 |
| Octal | 312 | 124 | 173 | 0 | 72 | 47 | 25 | 524 | 65 | 70 |
| Binary | 11001010 | 1010100 | 1111011 | 0 | 111010 | 100111 | 10101 | 101010100 | 110101 | 111000 |
Color Harmonies of #CA547B
Complementary color
Monochromatic Colors of #CA547B
Black with #CA547B
Text Example
Text Example
White with #CA547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA547B; }
p { color: rgb(202,84,123); }
H1.HeaderClassName
{
color: #CA547B;
}
.AnyTagClassName
{
color: #CA547B;
}
</style>
background-color css
<style>
a { background-color: #CA547B; }
a { background-color: rgb(202,84,123); }
div.DivClassName
{
background-color: #CA547B;
}
.BgClassName
{
background-color: #CA547B;
}
</style>
border-color css
<style>
span { border-color: #CA547B; }
span { border-color: rgb(202,84,123); }
td.TdClassName
{
border-color: #CA547B;
}
.TagClassName
{
border-color: #CA547B;
}
</style>