Shades of Cranberry #CD5C81
Tints of Cranberry #CD5C81
RGB
CMYK
RGB Variations
Color information
#CD5C81 (or 0xCD5C81) is known color: Cranberry. HEX triplet: CD, 5C and 81. RGB value is (205,92,129). Sum of RGB (Red+Green+Blue) = 205+92+129=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5C81 is #32A37E. Grayscale: #818181. Windows color (decimal): -3318655 or 8477901. OLE color: 8477901.
HSL color Cylindrical-coordinate representation of color #CD5C81: hue angle of 340.35º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD5C81 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 92 | 129 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.20 |
| HSL | 340.35º | 0.53% | 0.58% | - |
| HSV(B) | 340.35º | 0.55% | 0.8% | - |
| XYZ | 32.97 | 22.22 | 23.32 | - |
| YUV | 130.01 | 127.44 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 92 | 129 | 0 | 0.55 | 0.37 | 0.20 | 340.35 | 0.53 | 0.58 |
| Hex | CD | 5C | 81 | 0 | 37 | 25 | 14 | 154 | 35 | 3A |
| Octal | 315 | 134 | 201 | 0 | 67 | 45 | 24 | 524 | 65 | 72 |
| Binary | 11001101 | 1011100 | 10000001 | 0 | 110111 | 100101 | 10100 | 101010100 | 110101 | 111010 |
Color Harmonies of #CD5C81
Complementary color
Monochromatic Colors of #CD5C81
Black with #CD5C81
Text Example
Text Example
White with #CD5C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5C81; }
p { color: rgb(205,92,129); }
H1.HeaderClassName
{
color: #CD5C81;
}
.AnyTagClassName
{
color: #CD5C81;
}
</style>
background-color css
<style>
a { background-color: #CD5C81; }
a { background-color: rgb(205,92,129); }
div.DivClassName
{
background-color: #CD5C81;
}
.BgClassName
{
background-color: #CD5C81;
}
</style>
border-color css
<style>
span { border-color: #CD5C81; }
span { border-color: rgb(205,92,129); }
td.TdClassName
{
border-color: #CD5C81;
}
.TagClassName
{
border-color: #CD5C81;
}
</style>