Shades of Cranberry #CA547D
Tints of Cranberry #CA547D
RGB
CMYK
RGB Variations
Color information
#CA547D (or 0xCA547D) is known color: Cranberry. HEX triplet: CA, 54 and 7D. RGB value is (202,84,125). Sum of RGB (Red+Green+Blue) = 202+84+125=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA547D is #35AB82. Grayscale: #7B7B7B. Windows color (decimal): -3517315 or 8213706. OLE color: 8213706.
HSL color Cylindrical-coordinate representation of color #CA547D: hue angle of 339.15º 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 #CA547D is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 84 | 125 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.21 |
| HSL | 339.15º | 0.53% | 0.56% | - |
| HSV(B) | 339.15º | 0.58% | 0.79% | - |
| XYZ | 31.23 | 20.38 | 21.69 | - |
| YUV | 123.96 | 128.59 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 125 | 0 | 0.58 | 0.38 | 0.21 | 339.15 | 0.53 | 0.56 |
| Hex | CA | 54 | 7D | 0 | 3A | 26 | 15 | 153 | 35 | 38 |
| Octal | 312 | 124 | 175 | 0 | 72 | 46 | 25 | 523 | 65 | 70 |
| Binary | 11001010 | 1010100 | 1111101 | 0 | 111010 | 100110 | 10101 | 101010011 | 110101 | 111000 |
Color Harmonies of #CA547D
Complementary color
Monochromatic Colors of #CA547D
Black with #CA547D
Text Example
Text Example
White with #CA547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA547D; }
p { color: rgb(202,84,125); }
H1.HeaderClassName
{
color: #CA547D;
}
.AnyTagClassName
{
color: #CA547D;
}
</style>
background-color css
<style>
a { background-color: #CA547D; }
a { background-color: rgb(202,84,125); }
div.DivClassName
{
background-color: #CA547D;
}
.BgClassName
{
background-color: #CA547D;
}
</style>
border-color css
<style>
span { border-color: #CA547D; }
span { border-color: rgb(202,84,125); }
td.TdClassName
{
border-color: #CA547D;
}
.TagClassName
{
border-color: #CA547D;
}
</style>