Shades of Sunset #C84D4B
Tints of Sunset #C84D4B
RGB
CMYK
RGB Variations
Color information
#C84D4B (or 0xC84D4B) is known color: Sunset. HEX triplet: C8, 4D and 4B. RGB value is (200,77,75). Sum of RGB (Red+Green+Blue) = 200+77+75=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C84D4B is #37B2B4. Grayscale: #717171. Windows color (decimal): -3650229 or 4935112. OLE color: 4935112.
HSL color Cylindrical-coordinate representation of color #C84D4B: hue angle of 0.96º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84D4B is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 75 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.22 |
| HSL | 0.96º | 0.53% | 0.54% | - |
| HSV(B) | 0.96º | 0.63% | 0.78% | - |
| XYZ | 27.74 | 18.1 | 8.69 | - |
| YUV | 113.55 | 106.25 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 75 | 0 | 0.62 | 0.62 | 0.22 | 0.96 | 0.53 | 0.54 |
| Hex | C8 | 4D | 4B | 0 | 3E | 3E | 16 | 1 | 35 | 36 |
| Octal | 310 | 115 | 113 | 0 | 76 | 76 | 26 | 1 | 65 | 66 |
| Binary | 11001000 | 1001101 | 1001011 | 0 | 111110 | 111110 | 10110 | 1 | 110101 | 110110 |
Color Harmonies of #C84D4B
Complementary color
Monochromatic Colors of #C84D4B
Black with #C84D4B
Text Example
Text Example
White with #C84D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D4B; }
p { color: rgb(200,77,75); }
H1.HeaderClassName
{
color: #C84D4B;
}
.AnyTagClassName
{
color: #C84D4B;
}
</style>
background-color css
<style>
a { background-color: #C84D4B; }
a { background-color: rgb(200,77,75); }
div.DivClassName
{
background-color: #C84D4B;
}
.BgClassName
{
background-color: #C84D4B;
}
</style>
border-color css
<style>
span { border-color: #C84D4B; }
span { border-color: rgb(200,77,75); }
td.TdClassName
{
border-color: #C84D4B;
}
.TagClassName
{
border-color: #C84D4B;
}
</style>