Shades of Cranberry #CC567E
Tints of Cranberry #CC567E
RGB
CMYK
RGB Variations
Color information
#CC567E (or 0xCC567E) is known color: Cranberry. HEX triplet: CC, 56 and 7E. RGB value is (204,86,126). Sum of RGB (Red+Green+Blue) = 204+86+126=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC567E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC567E is #33A981. Grayscale: #7D7D7D. Windows color (decimal): -3385730 or 8279756. OLE color: 8279756.
HSL color Cylindrical-coordinate representation of color #CC567E: hue angle of 339.66º degrees, saturation: 0.54, 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 #CC567E is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 126 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.2 |
| HSL | 339.66º | 0.54% | 0.57% | - |
| HSV(B) | 339.66º | 0.58% | 0.8% | - |
| XYZ | 32 | 21 | 22.11 | - |
| YUV | 125.84 | 128.09 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 126 | 0 | 0.58 | 0.38 | 0.2 | 339.66 | 0.54 | 0.57 |
| Hex | CC | 56 | 7E | 0 | 3A | 26 | 14 | 154 | 36 | 39 |
| Octal | 314 | 126 | 176 | 0 | 72 | 46 | 24 | 524 | 66 | 71 |
| Binary | 11001100 | 1010110 | 1111110 | 0 | 111010 | 100110 | 10100 | 101010100 | 110110 | 111001 |
Color Harmonies of #CC567E
Complementary color
Monochromatic Colors of #CC567E
Black with #CC567E
Text Example
Text Example
White with #CC567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC567E; }
p { color: rgb(204,86,126); }
H1.HeaderClassName
{
color: #CC567E;
}
.AnyTagClassName
{
color: #CC567E;
}
</style>
background-color css
<style>
a { background-color: #CC567E; }
a { background-color: rgb(204,86,126); }
div.DivClassName
{
background-color: #CC567E;
}
.BgClassName
{
background-color: #CC567E;
}
</style>
border-color css
<style>
span { border-color: #CC567E; }
span { border-color: rgb(204,86,126); }
td.TdClassName
{
border-color: #CC567E;
}
.TagClassName
{
border-color: #CC567E;
}
</style>