Shades of Cranberry #CC577E
Tints of Cranberry #CC577E
RGB
CMYK
RGB Variations
Color information
#CC577E (or 0xCC577E) is known color: Cranberry. HEX triplet: CC, 57 and 7E. RGB value is (204,87,126). Sum of RGB (Red+Green+Blue) = 204+87+126=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC577E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC577E is #33A881. Grayscale: #7E7E7E. Windows color (decimal): -3385474 or 8280012. OLE color: 8280012.
HSL color Cylindrical-coordinate representation of color #CC577E: hue angle of 340º 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 #CC577E is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 126 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.2 |
| HSL | 340º | 0.53% | 0.57% | - |
| HSV(B) | 340º | 0.57% | 0.8% | - |
| XYZ | 32.08 | 21.16 | 22.13 | - |
| YUV | 126.43 | 127.76 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 126 | 0 | 0.57 | 0.38 | 0.2 | 340 | 0.53 | 0.57 |
| Hex | CC | 57 | 7E | 0 | 39 | 26 | 14 | 154 | 35 | 39 |
| Octal | 314 | 127 | 176 | 0 | 71 | 46 | 24 | 524 | 65 | 71 |
| Binary | 11001100 | 1010111 | 1111110 | 0 | 111001 | 100110 | 10100 | 101010100 | 110101 | 111001 |
Color Harmonies of #CC577E
Complementary color
Monochromatic Colors of #CC577E
Black with #CC577E
Text Example
Text Example
White with #CC577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC577E; }
p { color: rgb(204,87,126); }
H1.HeaderClassName
{
color: #CC577E;
}
.AnyTagClassName
{
color: #CC577E;
}
</style>
background-color css
<style>
a { background-color: #CC577E; }
a { background-color: rgb(204,87,126); }
div.DivClassName
{
background-color: #CC577E;
}
.BgClassName
{
background-color: #CC577E;
}
</style>
border-color css
<style>
span { border-color: #CC577E; }
span { border-color: rgb(204,87,126); }
td.TdClassName
{
border-color: #CC577E;
}
.TagClassName
{
border-color: #CC577E;
}
</style>