Shades of Cranberry #C94D7B
Tints of Cranberry #C94D7B
RGB
CMYK
RGB Variations
Color information
#C94D7B (or 0xC94D7B) is known color: Cranberry. HEX triplet: C9, 4D and 7B. RGB value is (201,77,123). Sum of RGB (Red+Green+Blue) = 201+77+123=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94D7B is #36B284. Grayscale: #777777. Windows color (decimal): -3584645 or 8080841. OLE color: 8080841.
HSL color Cylindrical-coordinate representation of color #C94D7B: hue angle of 337.74º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94D7B is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 123 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.21 |
| HSL | 337.74º | 0.53% | 0.55% | - |
| HSV(B) | 337.74º | 0.62% | 0.79% | - |
| XYZ | 30.32 | 19.16 | 20.84 | - |
| YUV | 119.32 | 130.08 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 123 | 0 | 0.62 | 0.39 | 0.21 | 337.74 | 0.53 | 0.55 |
| Hex | C9 | 4D | 7B | 0 | 3E | 27 | 15 | 152 | 35 | 37 |
| Octal | 311 | 115 | 173 | 0 | 76 | 47 | 25 | 522 | 65 | 67 |
| Binary | 11001001 | 1001101 | 1111011 | 0 | 111110 | 100111 | 10101 | 101010010 | 110101 | 110111 |
Color Harmonies of #C94D7B
Complementary color
Monochromatic Colors of #C94D7B
Black with #C94D7B
Text Example
Text Example
White with #C94D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94D7B; }
p { color: rgb(201,77,123); }
H1.HeaderClassName
{
color: #C94D7B;
}
.AnyTagClassName
{
color: #C94D7B;
}
</style>
background-color css
<style>
a { background-color: #C94D7B; }
a { background-color: rgb(201,77,123); }
div.DivClassName
{
background-color: #C94D7B;
}
.BgClassName
{
background-color: #C94D7B;
}
</style>
border-color css
<style>
span { border-color: #C94D7B; }
span { border-color: rgb(201,77,123); }
td.TdClassName
{
border-color: #C94D7B;
}
.TagClassName
{
border-color: #C94D7B;
}
</style>