Shades of Sunset #C84A49
Tints of Sunset #C84A49
RGB
CMYK
RGB Variations
Color information
#C84A49 (or 0xC84A49) is known color: Sunset. HEX triplet: C8, 4A and 49. RGB value is (200,74,73). Sum of RGB (Red+Green+Blue) = 200+74+73=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84A49 is #37B5B6. Grayscale: #6F6F6F. Windows color (decimal): -3650999 or 4803272. OLE color: 4803272.
HSL color Cylindrical-coordinate representation of color #C84A49: hue angle of 0.47º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84A49 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 73 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.22 |
| HSL | 0.47º | 0.54% | 0.54% | - |
| HSV(B) | 0.47º | 0.64% | 0.78% | - |
| XYZ | 27.47 | 17.66 | 8.26 | - |
| YUV | 111.56 | 106.24 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 73 | 0 | 0.63 | 0.64 | 0.22 | 0.47 | 0.54 | 0.54 |
| Hex | C8 | 4A | 49 | 0 | 3F | 40 | 16 | 0 | 36 | 36 |
| Octal | 310 | 112 | 111 | 0 | 77 | 100 | 26 | 0 | 66 | 66 |
| Binary | 11001000 | 1001010 | 1001001 | 0 | 111111 | 1000000 | 10110 | 0 | 110110 | 110110 |
Color Harmonies of #C84A49
Complementary color
Monochromatic Colors of #C84A49
Black with #C84A49
Text Example
Text Example
White with #C84A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A49; }
p { color: rgb(200,74,73); }
H1.HeaderClassName
{
color: #C84A49;
}
.AnyTagClassName
{
color: #C84A49;
}
</style>
background-color css
<style>
a { background-color: #C84A49; }
a { background-color: rgb(200,74,73); }
div.DivClassName
{
background-color: #C84A49;
}
.BgClassName
{
background-color: #C84A49;
}
</style>
border-color css
<style>
span { border-color: #C84A49; }
span { border-color: rgb(200,74,73); }
td.TdClassName
{
border-color: #C84A49;
}
.TagClassName
{
border-color: #C84A49;
}
</style>