Shades of Cranberry #C94A79
Tints of Cranberry #C94A79
RGB
CMYK
RGB Variations
Color information
#C94A79 (or 0xC94A79) is known color: Cranberry. HEX triplet: C9, 4A and 79. RGB value is (201,74,121). Sum of RGB (Red+Green+Blue) = 201+74+121=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94A79 is #36B586. Grayscale: #757575. Windows color (decimal): -3585415 or 7949001. OLE color: 7949001.
HSL color Cylindrical-coordinate representation of color #C94A79: hue angle of 337.8º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94A79 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 74 | 121 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.21 |
| HSL | 337.8º | 0.54% | 0.54% | - |
| HSV(B) | 337.8º | 0.63% | 0.79% | - |
| XYZ | 29.99 | 18.7 | 20.12 | - |
| YUV | 117.33 | 130.08 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 121 | 0 | 0.63 | 0.40 | 0.21 | 337.8 | 0.54 | 0.54 |
| Hex | C9 | 4A | 79 | 0 | 3F | 28 | 15 | 152 | 36 | 36 |
| Octal | 311 | 112 | 171 | 0 | 77 | 50 | 25 | 522 | 66 | 66 |
| Binary | 11001001 | 1001010 | 1111001 | 0 | 111111 | 101000 | 10101 | 101010010 | 110110 | 110110 |
Color Harmonies of #C94A79
Complementary color
Monochromatic Colors of #C94A79
Black with #C94A79
Text Example
Text Example
White with #C94A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94A79; }
p { color: rgb(201,74,121); }
H1.HeaderClassName
{
color: #C94A79;
}
.AnyTagClassName
{
color: #C94A79;
}
</style>
background-color css
<style>
a { background-color: #C94A79; }
a { background-color: rgb(201,74,121); }
div.DivClassName
{
background-color: #C94A79;
}
.BgClassName
{
background-color: #C94A79;
}
</style>
border-color css
<style>
span { border-color: #C94A79; }
span { border-color: rgb(201,74,121); }
td.TdClassName
{
border-color: #C94A79;
}
.TagClassName
{
border-color: #C94A79;
}
</style>