Shades of Sunset #C05346
Tints of Sunset #C05346
RGB
CMYK
RGB Variations
Color information
#C05346 (or 0xC05346) is known color: Sunset. HEX triplet: C0, 53 and 46. RGB value is (192,83,70). Sum of RGB (Red+Green+Blue) = 192+83+70=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C05346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05346 is #3FACB9. Grayscale: #727272. Windows color (decimal): -4172986 or 4608960. OLE color: 4608960.
HSL color Cylindrical-coordinate representation of color #C05346: hue angle of 6.39º 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 #C05346 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 70 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.25 |
| HSL | 6.39º | 0.49% | 0.51% | - |
| HSV(B) | 6.39º | 0.64% | 0.75% | - |
| XYZ | 25.94 | 17.84 | 7.87 | - |
| YUV | 114.11 | 103.11 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 70 | 0 | 0.57 | 0.64 | 0.25 | 6.39 | 0.49 | 0.51 |
| Hex | C0 | 53 | 46 | 0 | 39 | 40 | 19 | 6 | 31 | 33 |
| Octal | 300 | 123 | 106 | 0 | 71 | 100 | 31 | 6 | 61 | 63 |
| Binary | 11000000 | 1010011 | 1000110 | 0 | 111001 | 1000000 | 11001 | 110 | 110001 | 110011 |
Color Harmonies of #C05346
Complementary color
Monochromatic Colors of #C05346
Black with #C05346
Text Example
Text Example
White with #C05346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05346; }
p { color: rgb(192,83,70); }
H1.HeaderClassName
{
color: #C05346;
}
.AnyTagClassName
{
color: #C05346;
}
</style>
background-color css
<style>
a { background-color: #C05346; }
a { background-color: rgb(192,83,70); }
div.DivClassName
{
background-color: #C05346;
}
.BgClassName
{
background-color: #C05346;
}
</style>
border-color css
<style>
span { border-color: #C05346; }
span { border-color: rgb(192,83,70); }
td.TdClassName
{
border-color: #C05346;
}
.TagClassName
{
border-color: #C05346;
}
</style>