Shades of Cranberry #CD5C7B
Tints of Cranberry #CD5C7B
RGB
CMYK
RGB Variations
Color information
#CD5C7B (or 0xCD5C7B) is known color: Cranberry. HEX triplet: CD, 5C and 7B. RGB value is (205,92,123). Sum of RGB (Red+Green+Blue) = 205+92+123=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5C7B is #32A384. Grayscale: #818181. Windows color (decimal): -3318661 or 8084685. OLE color: 8084685.
HSL color Cylindrical-coordinate representation of color #CD5C7B: hue angle of 343.54º 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 #CD5C7B is Cyan = 0, Magento = 0.55, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 92 | 123 | - |
| CMYK | 0 | 0.55 | 0.4 | 0.20 |
| HSL | 343.54º | 0.53% | 0.58% | - |
| HSV(B) | 343.54º | 0.55% | 0.8% | - |
| XYZ | 32.58 | 22.06 | 21.28 | - |
| YUV | 129.32 | 124.44 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 92 | 123 | 0 | 0.55 | 0.4 | 0.20 | 343.54 | 0.53 | 0.58 |
| Hex | CD | 5C | 7B | 0 | 37 | 28 | 14 | 158 | 35 | 3A |
| Octal | 315 | 134 | 173 | 0 | 67 | 50 | 24 | 530 | 65 | 72 |
| Binary | 11001101 | 1011100 | 1111011 | 0 | 110111 | 101000 | 10100 | 101011000 | 110101 | 111010 |
Color Harmonies of #CD5C7B
Complementary color
Monochromatic Colors of #CD5C7B
Black with #CD5C7B
Text Example
Text Example
White with #CD5C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5C7B; }
p { color: rgb(205,92,123); }
H1.HeaderClassName
{
color: #CD5C7B;
}
.AnyTagClassName
{
color: #CD5C7B;
}
</style>
background-color css
<style>
a { background-color: #CD5C7B; }
a { background-color: rgb(205,92,123); }
div.DivClassName
{
background-color: #CD5C7B;
}
.BgClassName
{
background-color: #CD5C7B;
}
</style>
border-color css
<style>
span { border-color: #CD5C7B; }
span { border-color: rgb(205,92,123); }
td.TdClassName
{
border-color: #CD5C7B;
}
.TagClassName
{
border-color: #CD5C7B;
}
</style>