Shades of Cranberry #CC597E
Tints of Cranberry #CC597E
RGB
CMYK
RGB Variations
Color information
#CC597E (or 0xCC597E) is known color: Cranberry. HEX triplet: CC, 59 and 7E. RGB value is (204,89,126). Sum of RGB (Red+Green+Blue) = 204+89+126=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC597E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC597E is #33A681. Grayscale: #7F7F7F. Windows color (decimal): -3384962 or 8280524. OLE color: 8280524.
HSL color Cylindrical-coordinate representation of color #CC597E: hue angle of 340.7º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC597E is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 126 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.2 |
| HSL | 340.7º | 0.53% | 0.57% | - |
| HSV(B) | 340.7º | 0.56% | 0.8% | - |
| XYZ | 32.24 | 21.49 | 22.19 | - |
| YUV | 127.6 | 127.1 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 126 | 0 | 0.56 | 0.38 | 0.2 | 340.7 | 0.53 | 0.57 |
| Hex | CC | 59 | 7E | 0 | 38 | 26 | 14 | 155 | 35 | 39 |
| Octal | 314 | 131 | 176 | 0 | 70 | 46 | 24 | 525 | 65 | 71 |
| Binary | 11001100 | 1011001 | 1111110 | 0 | 111000 | 100110 | 10100 | 101010101 | 110101 | 111001 |
Color Harmonies of #CC597E
Complementary color
Monochromatic Colors of #CC597E
Black with #CC597E
Text Example
Text Example
White with #CC597E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC597E; }
p { color: rgb(204,89,126); }
H1.HeaderClassName
{
color: #CC597E;
}
.AnyTagClassName
{
color: #CC597E;
}
</style>
background-color css
<style>
a { background-color: #CC597E; }
a { background-color: rgb(204,89,126); }
div.DivClassName
{
background-color: #CC597E;
}
.BgClassName
{
background-color: #CC597E;
}
</style>
border-color css
<style>
span { border-color: #CC597E; }
span { border-color: rgb(204,89,126); }
td.TdClassName
{
border-color: #CC597E;
}
.TagClassName
{
border-color: #CC597E;
}
</style>