Shades of Sunset #C84942
Tints of Sunset #C84942
RGB
CMYK
RGB Variations
Color information
#C84942 (or 0xC84942) is known color: Sunset. HEX triplet: C8, 49 and 42. RGB value is (200,73,66). Sum of RGB (Red+Green+Blue) = 200+73+66=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C84942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84942 is #37B6BD. Grayscale: #6E6E6E. Windows color (decimal): -3651262 or 4344264. OLE color: 4344264.
HSL color Cylindrical-coordinate representation of color #C84942: hue angle of 3.13º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C84942 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 66 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.22 |
| HSL | 3.13º | 0.55% | 0.52% | - |
| HSV(B) | 3.13º | 0.67% | 0.78% | - |
| XYZ | 27.19 | 17.44 | 7.09 | - |
| YUV | 110.18 | 103.08 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 66 | 0 | 0.64 | 0.67 | 0.22 | 3.13 | 0.55 | 0.52 |
| Hex | C8 | 49 | 42 | 0 | 40 | 43 | 16 | 3 | 37 | 34 |
| Octal | 310 | 111 | 102 | 0 | 100 | 103 | 26 | 3 | 67 | 64 |
| Binary | 11001000 | 1001001 | 1000010 | 0 | 1000000 | 1000011 | 10110 | 11 | 110111 | 110100 |
Color Harmonies of #C84942
Complementary color
Monochromatic Colors of #C84942
Black with #C84942
Text Example
Text Example
White with #C84942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84942; }
p { color: rgb(200,73,66); }
H1.HeaderClassName
{
color: #C84942;
}
.AnyTagClassName
{
color: #C84942;
}
</style>
background-color css
<style>
a { background-color: #C84942; }
a { background-color: rgb(200,73,66); }
div.DivClassName
{
background-color: #C84942;
}
.BgClassName
{
background-color: #C84942;
}
</style>
border-color css
<style>
span { border-color: #C84942; }
span { border-color: rgb(200,73,66); }
td.TdClassName
{
border-color: #C84942;
}
.TagClassName
{
border-color: #C84942;
}
</style>