Shades of Cranberry #CD467B
Tints of Cranberry #CD467B
RGB
CMYK
RGB Variations
Color information
#CD467B (or 0xCD467B) is known color: Cranberry. HEX triplet: CD, 46 and 7B. RGB value is (205,70,123). Sum of RGB (Red+Green+Blue) = 205+70+123=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD467B is #32B984. Grayscale: #747474. Windows color (decimal): -3324293 or 8079053. OLE color: 8079053.
HSL color Cylindrical-coordinate representation of color #CD467B: hue angle of 336.44º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD467B is Cyan = 0, Magento = 0.66, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 70 | 123 | - |
| CMYK | 0 | 0.66 | 0.4 | 0.20 |
| HSL | 336.44º | 0.57% | 0.54% | - |
| HSV(B) | 336.44º | 0.66% | 0.8% | - |
| XYZ | 30.94 | 18.79 | 20.73 | - |
| YUV | 116.41 | 131.73 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 70 | 123 | 0 | 0.66 | 0.4 | 0.20 | 336.44 | 0.57 | 0.54 |
| Hex | CD | 46 | 7B | 0 | 42 | 28 | 14 | 150 | 39 | 36 |
| Octal | 315 | 106 | 173 | 0 | 102 | 50 | 24 | 520 | 71 | 66 |
| Binary | 11001101 | 1000110 | 1111011 | 0 | 1000010 | 101000 | 10100 | 101010000 | 111001 | 110110 |
Color Harmonies of #CD467B
Complementary color
Monochromatic Colors of #CD467B
Black with #CD467B
Text Example
Text Example
White with #CD467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD467B; }
p { color: rgb(205,70,123); }
H1.HeaderClassName
{
color: #CD467B;
}
.AnyTagClassName
{
color: #CD467B;
}
</style>
background-color css
<style>
a { background-color: #CD467B; }
a { background-color: rgb(205,70,123); }
div.DivClassName
{
background-color: #CD467B;
}
.BgClassName
{
background-color: #CD467B;
}
</style>
border-color css
<style>
span { border-color: #CD467B; }
span { border-color: rgb(205,70,123); }
td.TdClassName
{
border-color: #CD467B;
}
.TagClassName
{
border-color: #CD467B;
}
</style>