Shades of Cranberry #CD5E81
Tints of Cranberry #CD5E81
RGB
CMYK
RGB Variations
Color information
#CD5E81 (or 0xCD5E81) is known color: Cranberry. HEX triplet: CD, 5E and 81. RGB value is (205,94,129). Sum of RGB (Red+Green+Blue) = 205+94+129=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5E81 is #32A17E. Grayscale: #838383. Windows color (decimal): -3318143 or 8478413. OLE color: 8478413.
HSL color Cylindrical-coordinate representation of color #CD5E81: hue angle of 341.08º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CD5E81 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 94 | 129 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.20 |
| HSL | 341.08º | 0.53% | 0.59% | - |
| HSV(B) | 341.08º | 0.54% | 0.8% | - |
| XYZ | 33.14 | 22.57 | 23.38 | - |
| YUV | 131.18 | 126.77 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 94 | 129 | 0 | 0.54 | 0.37 | 0.20 | 341.08 | 0.53 | 0.59 |
| Hex | CD | 5E | 81 | 0 | 36 | 25 | 14 | 155 | 35 | 3B |
| Octal | 315 | 136 | 201 | 0 | 66 | 45 | 24 | 525 | 65 | 73 |
| Binary | 11001101 | 1011110 | 10000001 | 0 | 110110 | 100101 | 10100 | 101010101 | 110101 | 111011 |
Color Harmonies of #CD5E81
Complementary color
Monochromatic Colors of #CD5E81
Black with #CD5E81
Text Example
Text Example
White with #CD5E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5E81; }
p { color: rgb(205,94,129); }
H1.HeaderClassName
{
color: #CD5E81;
}
.AnyTagClassName
{
color: #CD5E81;
}
</style>
background-color css
<style>
a { background-color: #CD5E81; }
a { background-color: rgb(205,94,129); }
div.DivClassName
{
background-color: #CD5E81;
}
.BgClassName
{
background-color: #CD5E81;
}
</style>
border-color css
<style>
span { border-color: #CD5E81; }
span { border-color: rgb(205,94,129); }
td.TdClassName
{
border-color: #CD5E81;
}
.TagClassName
{
border-color: #CD5E81;
}
</style>