Shades of Cranberry #CC587E
Tints of Cranberry #CC587E
RGB
CMYK
RGB Variations
Color information
#CC587E (or 0xCC587E) is known color: Cranberry. HEX triplet: CC, 58 and 7E. RGB value is (204,88,126). Sum of RGB (Red+Green+Blue) = 204+88+126=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC587E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC587E is #33A781. Grayscale: #7E7E7E. Windows color (decimal): -3385218 or 8280268. OLE color: 8280268.
HSL color Cylindrical-coordinate representation of color #CC587E: hue angle of 340.34º 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 #CC587E is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 126 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.2 |
| HSL | 340.34º | 0.53% | 0.57% | - |
| HSV(B) | 340.34º | 0.57% | 0.8% | - |
| XYZ | 32.16 | 21.32 | 22.16 | - |
| YUV | 127.02 | 127.43 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 126 | 0 | 0.57 | 0.38 | 0.2 | 340.34 | 0.53 | 0.57 |
| Hex | CC | 58 | 7E | 0 | 39 | 26 | 14 | 154 | 35 | 39 |
| Octal | 314 | 130 | 176 | 0 | 71 | 46 | 24 | 524 | 65 | 71 |
| Binary | 11001100 | 1011000 | 1111110 | 0 | 111001 | 100110 | 10100 | 101010100 | 110101 | 111001 |
Color Harmonies of #CC587E
Complementary color
Monochromatic Colors of #CC587E
Black with #CC587E
Text Example
Text Example
White with #CC587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC587E; }
p { color: rgb(204,88,126); }
H1.HeaderClassName
{
color: #CC587E;
}
.AnyTagClassName
{
color: #CC587E;
}
</style>
background-color css
<style>
a { background-color: #CC587E; }
a { background-color: rgb(204,88,126); }
div.DivClassName
{
background-color: #CC587E;
}
.BgClassName
{
background-color: #CC587E;
}
</style>
border-color css
<style>
span { border-color: #CC587E; }
span { border-color: rgb(204,88,126); }
td.TdClassName
{
border-color: #CC587E;
}
.TagClassName
{
border-color: #CC587E;
}
</style>