Shades of Cranberry #CB567C
Tints of Cranberry #CB567C
RGB
CMYK
RGB Variations
Color information
#CB567C (or 0xCB567C) is known color: Cranberry. HEX triplet: CB, 56 and 7C. RGB value is (203,86,124). Sum of RGB (Red+Green+Blue) = 203+86+124=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB567C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB567C is #34A983. Grayscale: #7D7D7D. Windows color (decimal): -3451268 or 8148683. OLE color: 8148683.
HSL color Cylindrical-coordinate representation of color #CB567C: hue angle of 340.51º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB567C is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 86 | 124 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.20 |
| HSL | 340.51º | 0.53% | 0.57% | - |
| HSV(B) | 340.51º | 0.58% | 0.8% | - |
| XYZ | 31.59 | 20.81 | 21.42 | - |
| YUV | 125.32 | 127.26 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 124 | 0 | 0.58 | 0.39 | 0.20 | 340.51 | 0.53 | 0.57 |
| Hex | CB | 56 | 7C | 0 | 3A | 27 | 14 | 155 | 35 | 39 |
| Octal | 313 | 126 | 174 | 0 | 72 | 47 | 24 | 525 | 65 | 71 |
| Binary | 11001011 | 1010110 | 1111100 | 0 | 111010 | 100111 | 10100 | 101010101 | 110101 | 111001 |
Color Harmonies of #CB567C
Complementary color
Monochromatic Colors of #CB567C
Black with #CB567C
Text Example
Text Example
White with #CB567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB567C; }
p { color: rgb(203,86,124); }
H1.HeaderClassName
{
color: #CB567C;
}
.AnyTagClassName
{
color: #CB567C;
}
</style>
background-color css
<style>
a { background-color: #CB567C; }
a { background-color: rgb(203,86,124); }
div.DivClassName
{
background-color: #CB567C;
}
.BgClassName
{
background-color: #CB567C;
}
</style>
border-color css
<style>
span { border-color: #CB567C; }
span { border-color: rgb(203,86,124); }
td.TdClassName
{
border-color: #CB567C;
}
.TagClassName
{
border-color: #CB567C;
}
</style>