Shades of Sunset #C04D43
Tints of Sunset #C04D43
RGB
CMYK
RGB Variations
Color information
#C04D43 (or 0xC04D43) is known color: Sunset. HEX triplet: C0, 4D and 43. RGB value is (192,77,67). Sum of RGB (Red+Green+Blue) = 192+77+67=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04D43 is #3FB2BC. Grayscale: #6E6E6E. Windows color (decimal): -4174525 or 4410816. OLE color: 4410816.
HSL color Cylindrical-coordinate representation of color #C04D43: hue angle of 4.8º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04D43 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 67 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.25 |
| HSL | 4.8º | 0.5% | 0.51% | - |
| HSV(B) | 4.8º | 0.65% | 0.75% | - |
| XYZ | 25.41 | 16.92 | 7.24 | - |
| YUV | 110.25 | 103.6 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 67 | 0 | 0.60 | 0.65 | 0.25 | 4.8 | 0.5 | 0.51 |
| Hex | C0 | 4D | 43 | 0 | 3C | 41 | 19 | 5 | 32 | 33 |
| Octal | 300 | 115 | 103 | 0 | 74 | 101 | 31 | 5 | 62 | 63 |
| Binary | 11000000 | 1001101 | 1000011 | 0 | 111100 | 1000001 | 11001 | 101 | 110010 | 110011 |
Color Harmonies of #C04D43
Complementary color
Monochromatic Colors of #C04D43
Black with #C04D43
Text Example
Text Example
White with #C04D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D43; }
p { color: rgb(192,77,67); }
H1.HeaderClassName
{
color: #C04D43;
}
.AnyTagClassName
{
color: #C04D43;
}
</style>
background-color css
<style>
a { background-color: #C04D43; }
a { background-color: rgb(192,77,67); }
div.DivClassName
{
background-color: #C04D43;
}
.BgClassName
{
background-color: #C04D43;
}
</style>
border-color css
<style>
span { border-color: #C04D43; }
span { border-color: rgb(192,77,67); }
td.TdClassName
{
border-color: #C04D43;
}
.TagClassName
{
border-color: #C04D43;
}
</style>