Shades of Cranberry #CC5D81
Tints of Cranberry #CC5D81
RGB
CMYK
RGB Variations
Color information
#CC5D81 (or 0xCC5D81) is known color: Cranberry. HEX triplet: CC, 5D and 81. RGB value is (204,93,129). Sum of RGB (Red+Green+Blue) = 204+93+129=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5D81 is #33A27E. Grayscale: #828282. Windows color (decimal): -3383935 or 8478156. OLE color: 8478156.
HSL color Cylindrical-coordinate representation of color #CC5D81: hue angle of 340.54º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC5D81 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 129 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.2 |
| HSL | 340.54º | 0.52% | 0.58% | - |
| HSV(B) | 340.54º | 0.54% | 0.8% | - |
| XYZ | 32.78 | 22.25 | 23.34 | - |
| YUV | 130.29 | 127.27 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 129 | 0 | 0.54 | 0.37 | 0.2 | 340.54 | 0.52 | 0.58 |
| Hex | CC | 5D | 81 | 0 | 36 | 25 | 14 | 155 | 34 | 3A |
| Octal | 314 | 135 | 201 | 0 | 66 | 45 | 24 | 525 | 64 | 72 |
| Binary | 11001100 | 1011101 | 10000001 | 0 | 110110 | 100101 | 10100 | 101010101 | 110100 | 111010 |
Color Harmonies of #CC5D81
Complementary color
Monochromatic Colors of #CC5D81
Black with #CC5D81
Text Example
Text Example
White with #CC5D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5D81; }
p { color: rgb(204,93,129); }
H1.HeaderClassName
{
color: #CC5D81;
}
.AnyTagClassName
{
color: #CC5D81;
}
</style>
background-color css
<style>
a { background-color: #CC5D81; }
a { background-color: rgb(204,93,129); }
div.DivClassName
{
background-color: #CC5D81;
}
.BgClassName
{
background-color: #CC5D81;
}
</style>
border-color css
<style>
span { border-color: #CC5D81; }
span { border-color: rgb(204,93,129); }
td.TdClassName
{
border-color: #CC5D81;
}
.TagClassName
{
border-color: #CC5D81;
}
</style>