Shades of Cranberry #CC597B
Tints of Cranberry #CC597B
RGB
CMYK
RGB Variations
Color information
#CC597B (or 0xCC597B) is known color: Cranberry. HEX triplet: CC, 59 and 7B. RGB value is (204,89,123). Sum of RGB (Red+Green+Blue) = 204+89+123=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC597B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC597B is #33A684. Grayscale: #7F7F7F. Windows color (decimal): -3384965 or 8083916. OLE color: 8083916.
HSL color Cylindrical-coordinate representation of color #CC597B: hue angle of 342.26º 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 #CC597B is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 123 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.2 |
| HSL | 342.26º | 0.53% | 0.57% | - |
| HSV(B) | 342.26º | 0.56% | 0.8% | - |
| XYZ | 32.05 | 21.41 | 21.18 | - |
| YUV | 127.26 | 125.6 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 123 | 0 | 0.56 | 0.40 | 0.2 | 342.26 | 0.53 | 0.57 |
| Hex | CC | 59 | 7B | 0 | 38 | 28 | 14 | 156 | 35 | 39 |
| Octal | 314 | 131 | 173 | 0 | 70 | 50 | 24 | 526 | 65 | 71 |
| Binary | 11001100 | 1011001 | 1111011 | 0 | 111000 | 101000 | 10100 | 101010110 | 110101 | 111001 |
Color Harmonies of #CC597B
Complementary color
Monochromatic Colors of #CC597B
Black with #CC597B
Text Example
Text Example
White with #CC597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC597B; }
p { color: rgb(204,89,123); }
H1.HeaderClassName
{
color: #CC597B;
}
.AnyTagClassName
{
color: #CC597B;
}
</style>
background-color css
<style>
a { background-color: #CC597B; }
a { background-color: rgb(204,89,123); }
div.DivClassName
{
background-color: #CC597B;
}
.BgClassName
{
background-color: #CC597B;
}
</style>
border-color css
<style>
span { border-color: #CC597B; }
span { border-color: rgb(204,89,123); }
td.TdClassName
{
border-color: #CC597B;
}
.TagClassName
{
border-color: #CC597B;
}
</style>