Shades of Cranberry #CA567B
Tints of Cranberry #CA567B
RGB
CMYK
RGB Variations
Color information
#CA567B (or 0xCA567B) is known color: Cranberry. HEX triplet: CA, 56 and 7B. RGB value is (202,86,123). Sum of RGB (Red+Green+Blue) = 202+86+123=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA567B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA567B is #35A984. Grayscale: #7C7C7C. Windows color (decimal): -3516805 or 8083146. OLE color: 8083146.
HSL color Cylindrical-coordinate representation of color #CA567B: hue angle of 340.86º 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 #CA567B is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 86 | 123 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.21 |
| HSL | 340.86º | 0.52% | 0.56% | - |
| HSV(B) | 340.86º | 0.57% | 0.79% | - |
| XYZ | 31.26 | 20.64 | 21.08 | - |
| YUV | 124.9 | 126.93 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 123 | 0 | 0.57 | 0.39 | 0.21 | 340.86 | 0.52 | 0.56 |
| Hex | CA | 56 | 7B | 0 | 39 | 27 | 15 | 155 | 34 | 38 |
| Octal | 312 | 126 | 173 | 0 | 71 | 47 | 25 | 525 | 64 | 70 |
| Binary | 11001010 | 1010110 | 1111011 | 0 | 111001 | 100111 | 10101 | 101010101 | 110100 | 111000 |
Color Harmonies of #CA567B
Complementary color
Monochromatic Colors of #CA567B
Black with #CA567B
Text Example
Text Example
White with #CA567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA567B; }
p { color: rgb(202,86,123); }
H1.HeaderClassName
{
color: #CA567B;
}
.AnyTagClassName
{
color: #CA567B;
}
</style>
background-color css
<style>
a { background-color: #CA567B; }
a { background-color: rgb(202,86,123); }
div.DivClassName
{
background-color: #CA567B;
}
.BgClassName
{
background-color: #CA567B;
}
</style>
border-color css
<style>
span { border-color: #CA567B; }
span { border-color: rgb(202,86,123); }
td.TdClassName
{
border-color: #CA567B;
}
.TagClassName
{
border-color: #CA567B;
}
</style>