Shades of Sunset #C84C4A
Tints of Sunset #C84C4A
RGB
CMYK
RGB Variations
Color information
#C84C4A (or 0xC84C4A) is known color: Sunset. HEX triplet: C8, 4C and 4A. RGB value is (200,76,74). Sum of RGB (Red+Green+Blue) = 200+76+74=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C84C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84C4A is #37B3B5. Grayscale: #707070. Windows color (decimal): -3650486 or 4869320. OLE color: 4869320.
HSL color Cylindrical-coordinate representation of color #C84C4A: hue angle of 0.95º degrees, saturation: 0.53, 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 #C84C4A is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 76 | 74 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.22 |
| HSL | 0.95º | 0.53% | 0.54% | - |
| HSV(B) | 0.95º | 0.63% | 0.78% | - |
| XYZ | 27.64 | 17.94 | 8.49 | - |
| YUV | 112.85 | 106.08 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 74 | 0 | 0.62 | 0.63 | 0.22 | 0.95 | 0.53 | 0.54 |
| Hex | C8 | 4C | 4A | 0 | 3E | 3F | 16 | 1 | 35 | 36 |
| Octal | 310 | 114 | 112 | 0 | 76 | 77 | 26 | 1 | 65 | 66 |
| Binary | 11001000 | 1001100 | 1001010 | 0 | 111110 | 111111 | 10110 | 1 | 110101 | 110110 |
Color Harmonies of #C84C4A
Complementary color
Monochromatic Colors of #C84C4A
Black with #C84C4A
Text Example
Text Example
White with #C84C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84C4A; }
p { color: rgb(200,76,74); }
H1.HeaderClassName
{
color: #C84C4A;
}
.AnyTagClassName
{
color: #C84C4A;
}
</style>
background-color css
<style>
a { background-color: #C84C4A; }
a { background-color: rgb(200,76,74); }
div.DivClassName
{
background-color: #C84C4A;
}
.BgClassName
{
background-color: #C84C4A;
}
</style>
border-color css
<style>
span { border-color: #C84C4A; }
span { border-color: rgb(200,76,74); }
td.TdClassName
{
border-color: #C84C4A;
}
.TagClassName
{
border-color: #C84C4A;
}
</style>