Shades of Cranberry #CD4A7B
Tints of Cranberry #CD4A7B
RGB
CMYK
RGB Variations
Color information
#CD4A7B (or 0xCD4A7B) is known color: Cranberry. HEX triplet: CD, 4A and 7B. RGB value is (205,74,123). Sum of RGB (Red+Green+Blue) = 205+74+123=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4A7B is #32B584. Grayscale: #767676. Windows color (decimal): -3323269 or 8080077. OLE color: 8080077.
HSL color Cylindrical-coordinate representation of color #CD4A7B: hue angle of 337.56º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD4A7B is Cyan = 0, Magento = 0.64, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 74 | 123 | - |
| CMYK | 0 | 0.64 | 0.4 | 0.20 |
| HSL | 337.56º | 0.57% | 0.55% | - |
| HSV(B) | 337.56º | 0.64% | 0.8% | - |
| XYZ | 31.2 | 19.31 | 20.82 | - |
| YUV | 118.76 | 130.4 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 74 | 123 | 0 | 0.64 | 0.4 | 0.20 | 337.56 | 0.57 | 0.55 |
| Hex | CD | 4A | 7B | 0 | 40 | 28 | 14 | 152 | 39 | 37 |
| Octal | 315 | 112 | 173 | 0 | 100 | 50 | 24 | 522 | 71 | 67 |
| Binary | 11001101 | 1001010 | 1111011 | 0 | 1000000 | 101000 | 10100 | 101010010 | 111001 | 110111 |
Color Harmonies of #CD4A7B
Complementary color
Monochromatic Colors of #CD4A7B
Black with #CD4A7B
Text Example
Text Example
White with #CD4A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4A7B; }
p { color: rgb(205,74,123); }
H1.HeaderClassName
{
color: #CD4A7B;
}
.AnyTagClassName
{
color: #CD4A7B;
}
</style>
background-color css
<style>
a { background-color: #CD4A7B; }
a { background-color: rgb(205,74,123); }
div.DivClassName
{
background-color: #CD4A7B;
}
.BgClassName
{
background-color: #CD4A7B;
}
</style>
border-color css
<style>
span { border-color: #CD4A7B; }
span { border-color: rgb(205,74,123); }
td.TdClassName
{
border-color: #CD4A7B;
}
.TagClassName
{
border-color: #CD4A7B;
}
</style>