Shades of Sunset #C05349
Tints of Sunset #C05349
RGB
CMYK
RGB Variations
Color information
#C05349 (or 0xC05349) is known color: Sunset. HEX triplet: C0, 53 and 49. RGB value is (192,83,73). Sum of RGB (Red+Green+Blue) = 192+83+73=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C05349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05349 is #3FACB6. Grayscale: #727272. Windows color (decimal): -4172983 or 4805568. OLE color: 4805568.
HSL color Cylindrical-coordinate representation of color #C05349: hue angle of 5.04º 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 #C05349 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 73 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.25 |
| HSL | 5.04º | 0.49% | 0.52% | - |
| HSV(B) | 5.04º | 0.62% | 0.75% | - |
| XYZ | 26.03 | 17.87 | 8.38 | - |
| YUV | 114.45 | 104.61 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 73 | 0 | 0.57 | 0.62 | 0.25 | 5.04 | 0.49 | 0.52 |
| Hex | C0 | 53 | 49 | 0 | 39 | 3E | 19 | 5 | 31 | 34 |
| Octal | 300 | 123 | 111 | 0 | 71 | 76 | 31 | 5 | 61 | 64 |
| Binary | 11000000 | 1010011 | 1001001 | 0 | 111001 | 111110 | 11001 | 101 | 110001 | 110100 |
Color Harmonies of #C05349
Complementary color
Monochromatic Colors of #C05349
Black with #C05349
Text Example
Text Example
White with #C05349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05349; }
p { color: rgb(192,83,73); }
H1.HeaderClassName
{
color: #C05349;
}
.AnyTagClassName
{
color: #C05349;
}
</style>
background-color css
<style>
a { background-color: #C05349; }
a { background-color: rgb(192,83,73); }
div.DivClassName
{
background-color: #C05349;
}
.BgClassName
{
background-color: #C05349;
}
</style>
border-color css
<style>
span { border-color: #C05349; }
span { border-color: rgb(192,83,73); }
td.TdClassName
{
border-color: #C05349;
}
.TagClassName
{
border-color: #C05349;
}
</style>