Shades of Cranberry #CD437A
Tints of Cranberry #CD437A
RGB
CMYK
RGB Variations
Color information
#CD437A (or 0xCD437A) is known color: Cranberry. HEX triplet: CD, 43 and 7A. RGB value is (205,67,122). Sum of RGB (Red+Green+Blue) = 205+67+122=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CD437A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD437A is #32BC85. Grayscale: #727272. Windows color (decimal): -3325062 or 8012749. OLE color: 8012749.
HSL color Cylindrical-coordinate representation of color #CD437A: hue angle of 336.09º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD437A is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 67 | 122 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.20 |
| HSL | 336.09º | 0.58% | 0.53% | - |
| HSV(B) | 336.09º | 0.67% | 0.8% | - |
| XYZ | 30.7 | 18.4 | 20.35 | - |
| YUV | 114.53 | 132.22 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 67 | 122 | 0 | 0.67 | 0.40 | 0.20 | 336.09 | 0.58 | 0.53 |
| Hex | CD | 43 | 7A | 0 | 43 | 28 | 14 | 150 | 3A | 35 |
| Octal | 315 | 103 | 172 | 0 | 103 | 50 | 24 | 520 | 72 | 65 |
| Binary | 11001101 | 1000011 | 1111010 | 0 | 1000011 | 101000 | 10100 | 101010000 | 111010 | 110101 |
Color Harmonies of #CD437A
Complementary color
Monochromatic Colors of #CD437A
Black with #CD437A
Text Example
Text Example
White with #CD437A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD437A; }
p { color: rgb(205,67,122); }
H1.HeaderClassName
{
color: #CD437A;
}
.AnyTagClassName
{
color: #CD437A;
}
</style>
background-color css
<style>
a { background-color: #CD437A; }
a { background-color: rgb(205,67,122); }
div.DivClassName
{
background-color: #CD437A;
}
.BgClassName
{
background-color: #CD437A;
}
</style>
border-color css
<style>
span { border-color: #CD437A; }
span { border-color: rgb(205,67,122); }
td.TdClassName
{
border-color: #CD437A;
}
.TagClassName
{
border-color: #CD437A;
}
</style>