Shades of Cranberry #D76076
Tints of Cranberry #D76076
RGB
CMYK
RGB Variations
Color information
#D76076 (or 0xD76076) is known color: Cranberry. HEX triplet: D7, 60 and 76. RGB value is (215,96,118). Sum of RGB (Red+Green+Blue) = 215+96+118=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D76076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76076 is #289F89. Grayscale: #868686. Windows color (decimal): -2662282 or 7758039. OLE color: 7758039.
HSL color Cylindrical-coordinate representation of color #D76076: hue angle of 348.91º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D76076 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 118 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.16 |
| HSL | 348.91º | 0.6% | 0.61% | - |
| HSV(B) | 348.91º | 0.55% | 0.84% | - |
| XYZ | 35.48 | 24.12 | 19.93 | - |
| YUV | 134.09 | 118.92 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 118 | 0 | 0.55 | 0.45 | 0.16 | 348.91 | 0.6 | 0.61 |
| Hex | D7 | 60 | 76 | 0 | 37 | 2D | 10 | 15D | 3C | 3D |
| Octal | 327 | 140 | 166 | 0 | 67 | 55 | 20 | 535 | 74 | 75 |
| Binary | 11010111 | 1100000 | 1110110 | 0 | 110111 | 101101 | 10000 | 101011101 | 111100 | 111101 |
Color Harmonies of #D76076
Complementary color
Monochromatic Colors of #D76076
Black with #D76076
Text Example
Text Example
White with #D76076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76076; }
p { color: rgb(215,96,118); }
H1.HeaderClassName
{
color: #D76076;
}
.AnyTagClassName
{
color: #D76076;
}
</style>
background-color css
<style>
a { background-color: #D76076; }
a { background-color: rgb(215,96,118); }
div.DivClassName
{
background-color: #D76076;
}
.BgClassName
{
background-color: #D76076;
}
</style>
border-color css
<style>
span { border-color: #D76076; }
span { border-color: rgb(215,96,118); }
td.TdClassName
{
border-color: #D76076;
}
.TagClassName
{
border-color: #D76076;
}
</style>