Shades of Cranberry #CC577A
Tints of Cranberry #CC577A
RGB
CMYK
RGB Variations
Color information
#CC577A (or 0xCC577A) is known color: Cranberry. HEX triplet: CC, 57 and 7A. RGB value is (204,87,122). Sum of RGB (Red+Green+Blue) = 204+87+122=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC577A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC577A is #33A885. Grayscale: #7D7D7D. Windows color (decimal): -3385478 or 8017868. OLE color: 8017868.
HSL color Cylindrical-coordinate representation of color #CC577A: hue angle of 342.05º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC577A is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 122 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.2 |
| HSL | 342.05º | 0.53% | 0.57% | - |
| HSV(B) | 342.05º | 0.57% | 0.8% | - |
| XYZ | 31.82 | 21.06 | 20.8 | - |
| YUV | 125.97 | 125.76 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 122 | 0 | 0.57 | 0.40 | 0.2 | 342.05 | 0.53 | 0.57 |
| Hex | CC | 57 | 7A | 0 | 39 | 28 | 14 | 156 | 35 | 39 |
| Octal | 314 | 127 | 172 | 0 | 71 | 50 | 24 | 526 | 65 | 71 |
| Binary | 11001100 | 1010111 | 1111010 | 0 | 111001 | 101000 | 10100 | 101010110 | 110101 | 111001 |
Color Harmonies of #CC577A
Complementary color
Monochromatic Colors of #CC577A
Black with #CC577A
Text Example
Text Example
White with #CC577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC577A; }
p { color: rgb(204,87,122); }
H1.HeaderClassName
{
color: #CC577A;
}
.AnyTagClassName
{
color: #CC577A;
}
</style>
background-color css
<style>
a { background-color: #CC577A; }
a { background-color: rgb(204,87,122); }
div.DivClassName
{
background-color: #CC577A;
}
.BgClassName
{
background-color: #CC577A;
}
</style>
border-color css
<style>
span { border-color: #CC577A; }
span { border-color: rgb(204,87,122); }
td.TdClassName
{
border-color: #CC577A;
}
.TagClassName
{
border-color: #CC577A;
}
</style>