Shades of Sunset #C05549
Tints of Sunset #C05549
RGB
CMYK
RGB Variations
Color information
#C05549 (or 0xC05549) is known color: Sunset. HEX triplet: C0, 55 and 49. RGB value is (192,85,73). Sum of RGB (Red+Green+Blue) = 192+85+73=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C05549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05549 is #3FAAB6. Grayscale: #737373. Windows color (decimal): -4172471 or 4806080. OLE color: 4806080.
HSL color Cylindrical-coordinate representation of color #C05549: hue angle of 6.05º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C05549 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 73 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.25 |
| HSL | 6.05º | 0.49% | 0.52% | - |
| HSV(B) | 6.05º | 0.62% | 0.75% | - |
| XYZ | 26.19 | 18.18 | 8.43 | - |
| YUV | 115.63 | 103.95 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 73 | 0 | 0.56 | 0.62 | 0.25 | 6.05 | 0.49 | 0.52 |
| Hex | C0 | 55 | 49 | 0 | 38 | 3E | 19 | 6 | 31 | 34 |
| Octal | 300 | 125 | 111 | 0 | 70 | 76 | 31 | 6 | 61 | 64 |
| Binary | 11000000 | 1010101 | 1001001 | 0 | 111000 | 111110 | 11001 | 110 | 110001 | 110100 |
Color Harmonies of #C05549
Complementary color
Monochromatic Colors of #C05549
Black with #C05549
Text Example
Text Example
White with #C05549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05549; }
p { color: rgb(192,85,73); }
H1.HeaderClassName
{
color: #C05549;
}
.AnyTagClassName
{
color: #C05549;
}
</style>
background-color css
<style>
a { background-color: #C05549; }
a { background-color: rgb(192,85,73); }
div.DivClassName
{
background-color: #C05549;
}
.BgClassName
{
background-color: #C05549;
}
</style>
border-color css
<style>
span { border-color: #C05549; }
span { border-color: rgb(192,85,73); }
td.TdClassName
{
border-color: #C05549;
}
.TagClassName
{
border-color: #C05549;
}
</style>