Shades of Cranberry #C94A7B
Tints of Cranberry #C94A7B
RGB
CMYK
RGB Variations
Color information
#C94A7B (or 0xC94A7B) is known color: Cranberry. HEX triplet: C9, 4A and 7B. RGB value is (201,74,123). Sum of RGB (Red+Green+Blue) = 201+74+123=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94A7B is #36B584. Grayscale: #757575. Windows color (decimal): -3585413 or 8080073. OLE color: 8080073.
HSL color Cylindrical-coordinate representation of color #C94A7B: hue angle of 336.85º 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 #C94A7B is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 74 | 123 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.21 |
| HSL | 336.85º | 0.54% | 0.54% | - |
| HSV(B) | 336.85º | 0.63% | 0.79% | - |
| XYZ | 30.11 | 18.75 | 20.77 | - |
| YUV | 117.56 | 131.08 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 123 | 0 | 0.63 | 0.39 | 0.21 | 336.85 | 0.54 | 0.54 |
| Hex | C9 | 4A | 7B | 0 | 3F | 27 | 15 | 151 | 36 | 36 |
| Octal | 311 | 112 | 173 | 0 | 77 | 47 | 25 | 521 | 66 | 66 |
| Binary | 11001001 | 1001010 | 1111011 | 0 | 111111 | 100111 | 10101 | 101010001 | 110110 | 110110 |
Color Harmonies of #C94A7B
Complementary color
Monochromatic Colors of #C94A7B
Black with #C94A7B
Text Example
Text Example
White with #C94A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94A7B; }
p { color: rgb(201,74,123); }
H1.HeaderClassName
{
color: #C94A7B;
}
.AnyTagClassName
{
color: #C94A7B;
}
</style>
background-color css
<style>
a { background-color: #C94A7B; }
a { background-color: rgb(201,74,123); }
div.DivClassName
{
background-color: #C94A7B;
}
.BgClassName
{
background-color: #C94A7B;
}
</style>
border-color css
<style>
span { border-color: #C94A7B; }
span { border-color: rgb(201,74,123); }
td.TdClassName
{
border-color: #C94A7B;
}
.TagClassName
{
border-color: #C94A7B;
}
</style>