Shades of Cranberry #CC5281
Tints of Cranberry #CC5281
RGB
CMYK
RGB Variations
Color information
#CC5281 (or 0xCC5281) is known color: Cranberry. HEX triplet: CC, 52 and 81. RGB value is (204,82,129). Sum of RGB (Red+Green+Blue) = 204+82+129=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5281 is #33AD7E. Grayscale: #7B7B7B. Windows color (decimal): -3386751 or 8475340. OLE color: 8475340.
HSL color Cylindrical-coordinate representation of color #CC5281: hue angle of 336.89º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC5281 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 129 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.2 |
| HSL | 336.89º | 0.54% | 0.56% | - |
| HSV(B) | 336.89º | 0.6% | 0.8% | - |
| XYZ | 31.88 | 20.46 | 23.04 | - |
| YUV | 123.84 | 130.92 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 129 | 0 | 0.60 | 0.37 | 0.2 | 336.89 | 0.54 | 0.56 |
| Hex | CC | 52 | 81 | 0 | 3C | 25 | 14 | 151 | 36 | 38 |
| Octal | 314 | 122 | 201 | 0 | 74 | 45 | 24 | 521 | 66 | 70 |
| Binary | 11001100 | 1010010 | 10000001 | 0 | 111100 | 100101 | 10100 | 101010001 | 110110 | 111000 |
Color Harmonies of #CC5281
Complementary color
Monochromatic Colors of #CC5281
Black with #CC5281
Text Example
Text Example
White with #CC5281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5281; }
p { color: rgb(204,82,129); }
H1.HeaderClassName
{
color: #CC5281;
}
.AnyTagClassName
{
color: #CC5281;
}
</style>
background-color css
<style>
a { background-color: #CC5281; }
a { background-color: rgb(204,82,129); }
div.DivClassName
{
background-color: #CC5281;
}
.BgClassName
{
background-color: #CC5281;
}
</style>
border-color css
<style>
span { border-color: #CC5281; }
span { border-color: rgb(204,82,129); }
td.TdClassName
{
border-color: #CC5281;
}
.TagClassName
{
border-color: #CC5281;
}
</style>