Shades of Cranberry #CC5581
Tints of Cranberry #CC5581
RGB
CMYK
RGB Variations
Color information
#CC5581 (or 0xCC5581) is known color: Cranberry. HEX triplet: CC, 55 and 81. RGB value is (204,85,129). Sum of RGB (Red+Green+Blue) = 204+85+129=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5581 is #33AA7E. Grayscale: #7D7D7D. Windows color (decimal): -3385983 or 8476108. OLE color: 8476108.
HSL color Cylindrical-coordinate representation of color #CC5581: hue angle of 337.82º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC5581 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 129 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.2 |
| HSL | 337.82º | 0.54% | 0.57% | - |
| HSV(B) | 337.82º | 0.58% | 0.8% | - |
| XYZ | 32.11 | 20.92 | 23.11 | - |
| YUV | 125.6 | 129.92 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 129 | 0 | 0.58 | 0.37 | 0.2 | 337.82 | 0.54 | 0.57 |
| Hex | CC | 55 | 81 | 0 | 3A | 25 | 14 | 152 | 36 | 39 |
| Octal | 314 | 125 | 201 | 0 | 72 | 45 | 24 | 522 | 66 | 71 |
| Binary | 11001100 | 1010101 | 10000001 | 0 | 111010 | 100101 | 10100 | 101010010 | 110110 | 111001 |
Color Harmonies of #CC5581
Complementary color
Monochromatic Colors of #CC5581
Black with #CC5581
Text Example
Text Example
White with #CC5581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5581; }
p { color: rgb(204,85,129); }
H1.HeaderClassName
{
color: #CC5581;
}
.AnyTagClassName
{
color: #CC5581;
}
</style>
background-color css
<style>
a { background-color: #CC5581; }
a { background-color: rgb(204,85,129); }
div.DivClassName
{
background-color: #CC5581;
}
.BgClassName
{
background-color: #CC5581;
}
</style>
border-color css
<style>
span { border-color: #CC5581; }
span { border-color: rgb(204,85,129); }
td.TdClassName
{
border-color: #CC5581;
}
.TagClassName
{
border-color: #CC5581;
}
</style>