Shades of Cranberry #CC5881
Tints of Cranberry #CC5881
RGB
CMYK
RGB Variations
Color information
#CC5881 (or 0xCC5881) is known color: Cranberry. HEX triplet: CC, 58 and 81. RGB value is (204,88,129). Sum of RGB (Red+Green+Blue) = 204+88+129=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5881 is #33A77E. Grayscale: #7F7F7F. Windows color (decimal): -3385215 or 8476876. OLE color: 8476876.
HSL color Cylindrical-coordinate representation of color #CC5881: hue angle of 338.79º 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 #CC5881 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 129 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.2 |
| HSL | 338.79º | 0.53% | 0.57% | - |
| HSV(B) | 338.79º | 0.57% | 0.8% | - |
| XYZ | 32.35 | 21.4 | 23.19 | - |
| YUV | 127.36 | 128.93 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 129 | 0 | 0.57 | 0.37 | 0.2 | 338.79 | 0.53 | 0.57 |
| Hex | CC | 58 | 81 | 0 | 39 | 25 | 14 | 153 | 35 | 39 |
| Octal | 314 | 130 | 201 | 0 | 71 | 45 | 24 | 523 | 65 | 71 |
| Binary | 11001100 | 1011000 | 10000001 | 0 | 111001 | 100101 | 10100 | 101010011 | 110101 | 111001 |
Color Harmonies of #CC5881
Complementary color
Monochromatic Colors of #CC5881
Black with #CC5881
Text Example
Text Example
White with #CC5881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5881; }
p { color: rgb(204,88,129); }
H1.HeaderClassName
{
color: #CC5881;
}
.AnyTagClassName
{
color: #CC5881;
}
</style>
background-color css
<style>
a { background-color: #CC5881; }
a { background-color: rgb(204,88,129); }
div.DivClassName
{
background-color: #CC5881;
}
.BgClassName
{
background-color: #CC5881;
}
</style>
border-color css
<style>
span { border-color: #CC5881; }
span { border-color: rgb(204,88,129); }
td.TdClassName
{
border-color: #CC5881;
}
.TagClassName
{
border-color: #CC5881;
}
</style>