Shades of Sunset #C04C45
Tints of Sunset #C04C45
RGB
CMYK
RGB Variations
Color information
#C04C45 (or 0xC04C45) is known color: Sunset. HEX triplet: C0, 4C and 45. RGB value is (192,76,69). Sum of RGB (Red+Green+Blue) = 192+76+69=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04C45 is #3FB3BA. Grayscale: #6E6E6E. Windows color (decimal): -4174779 or 4541632. OLE color: 4541632.
HSL color Cylindrical-coordinate representation of color #C04C45: hue angle of 3.41º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04C45 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 69 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.25 |
| HSL | 3.41º | 0.49% | 0.51% | - |
| HSV(B) | 3.41º | 0.64% | 0.75% | - |
| XYZ | 25.4 | 16.81 | 7.54 | - |
| YUV | 109.89 | 104.93 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 69 | 0 | 0.60 | 0.64 | 0.25 | 3.41 | 0.49 | 0.51 |
| Hex | C0 | 4C | 45 | 0 | 3C | 40 | 19 | 3 | 31 | 33 |
| Octal | 300 | 114 | 105 | 0 | 74 | 100 | 31 | 3 | 61 | 63 |
| Binary | 11000000 | 1001100 | 1000101 | 0 | 111100 | 1000000 | 11001 | 11 | 110001 | 110011 |
Color Harmonies of #C04C45
Complementary color
Monochromatic Colors of #C04C45
Black with #C04C45
Text Example
Text Example
White with #C04C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C45; }
p { color: rgb(192,76,69); }
H1.HeaderClassName
{
color: #C04C45;
}
.AnyTagClassName
{
color: #C04C45;
}
</style>
background-color css
<style>
a { background-color: #C04C45; }
a { background-color: rgb(192,76,69); }
div.DivClassName
{
background-color: #C04C45;
}
.BgClassName
{
background-color: #C04C45;
}
</style>
border-color css
<style>
span { border-color: #C04C45; }
span { border-color: rgb(192,76,69); }
td.TdClassName
{
border-color: #C04C45;
}
.TagClassName
{
border-color: #C04C45;
}
</style>