Shades of Cranberry #CC567A
Tints of Cranberry #CC567A
RGB
CMYK
RGB Variations
Color information
#CC567A (or 0xCC567A) is known color: Cranberry. HEX triplet: CC, 56 and 7A. RGB value is (204,86,122). Sum of RGB (Red+Green+Blue) = 204+86+122=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC567A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC567A is #33A985. Grayscale: #7D7D7D. Windows color (decimal): -3385734 or 8017612. OLE color: 8017612.
HSL color Cylindrical-coordinate representation of color #CC567A: hue angle of 341.69º 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 #CC567A is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 122 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.2 |
| HSL | 341.69º | 0.54% | 0.57% | - |
| HSV(B) | 341.69º | 0.58% | 0.8% | - |
| XYZ | 31.74 | 20.9 | 20.77 | - |
| YUV | 125.39 | 126.09 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 122 | 0 | 0.58 | 0.40 | 0.2 | 341.69 | 0.54 | 0.57 |
| Hex | CC | 56 | 7A | 0 | 3A | 28 | 14 | 156 | 36 | 39 |
| Octal | 314 | 126 | 172 | 0 | 72 | 50 | 24 | 526 | 66 | 71 |
| Binary | 11001100 | 1010110 | 1111010 | 0 | 111010 | 101000 | 10100 | 101010110 | 110110 | 111001 |
Color Harmonies of #CC567A
Complementary color
Monochromatic Colors of #CC567A
Black with #CC567A
Text Example
Text Example
White with #CC567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC567A; }
p { color: rgb(204,86,122); }
H1.HeaderClassName
{
color: #CC567A;
}
.AnyTagClassName
{
color: #CC567A;
}
</style>
background-color css
<style>
a { background-color: #CC567A; }
a { background-color: rgb(204,86,122); }
div.DivClassName
{
background-color: #CC567A;
}
.BgClassName
{
background-color: #CC567A;
}
</style>
border-color css
<style>
span { border-color: #CC567A; }
span { border-color: rgb(204,86,122); }
td.TdClassName
{
border-color: #CC567A;
}
.TagClassName
{
border-color: #CC567A;
}
</style>