Shades of Cranberry #CD547B
Tints of Cranberry #CD547B
RGB
CMYK
RGB Variations
Color information
#CD547B (or 0xCD547B) is known color: Cranberry. HEX triplet: CD, 54 and 7B. RGB value is (205,84,123). Sum of RGB (Red+Green+Blue) = 205+84+123=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CD547B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD547B is #32AB84. Grayscale: #7C7C7C. Windows color (decimal): -3320709 or 8082637. OLE color: 8082637.
HSL color Cylindrical-coordinate representation of color #CD547B: hue angle of 340.66º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD547B is Cyan = 0, Magento = 0.59, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 84 | 123 | - |
| CMYK | 0 | 0.59 | 0.4 | 0.20 |
| HSL | 340.66º | 0.55% | 0.57% | - |
| HSV(B) | 340.66º | 0.59% | 0.8% | - |
| XYZ | 31.92 | 20.75 | 21.06 | - |
| YUV | 124.63 | 127.09 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 84 | 123 | 0 | 0.59 | 0.4 | 0.20 | 340.66 | 0.55 | 0.57 |
| Hex | CD | 54 | 7B | 0 | 3B | 28 | 14 | 155 | 37 | 39 |
| Octal | 315 | 124 | 173 | 0 | 73 | 50 | 24 | 525 | 67 | 71 |
| Binary | 11001101 | 1010100 | 1111011 | 0 | 111011 | 101000 | 10100 | 101010101 | 110111 | 111001 |
Color Harmonies of #CD547B
Complementary color
Monochromatic Colors of #CD547B
Black with #CD547B
Text Example
Text Example
White with #CD547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD547B; }
p { color: rgb(205,84,123); }
H1.HeaderClassName
{
color: #CD547B;
}
.AnyTagClassName
{
color: #CD547B;
}
</style>
background-color css
<style>
a { background-color: #CD547B; }
a { background-color: rgb(205,84,123); }
div.DivClassName
{
background-color: #CD547B;
}
.BgClassName
{
background-color: #CD547B;
}
</style>
border-color css
<style>
span { border-color: #CD547B; }
span { border-color: rgb(205,84,123); }
td.TdClassName
{
border-color: #CD547B;
}
.TagClassName
{
border-color: #CD547B;
}
</style>