Shades of Cranberry #CA567C
Tints of Cranberry #CA567C
RGB
CMYK
RGB Variations
Color information
#CA567C (or 0xCA567C) is known color: Cranberry. HEX triplet: CA, 56 and 7C. RGB value is (202,86,124). Sum of RGB (Red+Green+Blue) = 202+86+124=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA567C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA567C is #35A983. Grayscale: #7C7C7C. Windows color (decimal): -3516804 or 8148682. OLE color: 8148682.
HSL color Cylindrical-coordinate representation of color #CA567C: hue angle of 340.34º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA567C is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 86 | 124 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.21 |
| HSL | 340.34º | 0.52% | 0.56% | - |
| HSV(B) | 340.34º | 0.57% | 0.79% | - |
| XYZ | 31.32 | 20.67 | 21.41 | - |
| YUV | 125.02 | 127.43 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 124 | 0 | 0.57 | 0.39 | 0.21 | 340.34 | 0.52 | 0.56 |
| Hex | CA | 56 | 7C | 0 | 39 | 27 | 15 | 154 | 34 | 38 |
| Octal | 312 | 126 | 174 | 0 | 71 | 47 | 25 | 524 | 64 | 70 |
| Binary | 11001010 | 1010110 | 1111100 | 0 | 111001 | 100111 | 10101 | 101010100 | 110100 | 111000 |
Color Harmonies of #CA567C
Complementary color
Monochromatic Colors of #CA567C
Black with #CA567C
Text Example
Text Example
White with #CA567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA567C; }
p { color: rgb(202,86,124); }
H1.HeaderClassName
{
color: #CA567C;
}
.AnyTagClassName
{
color: #CA567C;
}
</style>
background-color css
<style>
a { background-color: #CA567C; }
a { background-color: rgb(202,86,124); }
div.DivClassName
{
background-color: #CA567C;
}
.BgClassName
{
background-color: #CA567C;
}
</style>
border-color css
<style>
span { border-color: #CA567C; }
span { border-color: rgb(202,86,124); }
td.TdClassName
{
border-color: #CA567C;
}
.TagClassName
{
border-color: #CA567C;
}
</style>