Shades of Cranberry #C84E7B
Tints of Cranberry #C84E7B
RGB
CMYK
RGB Variations
Color information
#C84E7B (or 0xC84E7B) is known color: Cranberry. HEX triplet: C8, 4E and 7B. RGB value is (200,78,123). Sum of RGB (Red+Green+Blue) = 200+78+123=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C84E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84E7B is #37B184. Grayscale: #777777. Windows color (decimal): -3649925 or 8081096. OLE color: 8081096.
HSL color Cylindrical-coordinate representation of color #C84E7B: hue angle of 337.87º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C84E7B is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 78 | 123 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.22 |
| HSL | 337.87º | 0.53% | 0.55% | - |
| HSV(B) | 337.87º | 0.61% | 0.78% | - |
| XYZ | 30.12 | 19.16 | 20.85 | - |
| YUV | 119.61 | 129.92 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 123 | 0 | 0.61 | 0.38 | 0.22 | 337.87 | 0.53 | 0.55 |
| Hex | C8 | 4E | 7B | 0 | 3D | 26 | 16 | 152 | 35 | 37 |
| Octal | 310 | 116 | 173 | 0 | 75 | 46 | 26 | 522 | 65 | 67 |
| Binary | 11001000 | 1001110 | 1111011 | 0 | 111101 | 100110 | 10110 | 101010010 | 110101 | 110111 |
Color Harmonies of #C84E7B
Complementary color
Monochromatic Colors of #C84E7B
Black with #C84E7B
Text Example
Text Example
White with #C84E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84E7B; }
p { color: rgb(200,78,123); }
H1.HeaderClassName
{
color: #C84E7B;
}
.AnyTagClassName
{
color: #C84E7B;
}
</style>
background-color css
<style>
a { background-color: #C84E7B; }
a { background-color: rgb(200,78,123); }
div.DivClassName
{
background-color: #C84E7B;
}
.BgClassName
{
background-color: #C84E7B;
}
</style>
border-color css
<style>
span { border-color: #C84E7B; }
span { border-color: rgb(200,78,123); }
td.TdClassName
{
border-color: #C84E7B;
}
.TagClassName
{
border-color: #C84E7B;
}
</style>