Shades of Sunset #C65043
Tints of Sunset #C65043
RGB
CMYK
RGB Variations
Color information
#C65043 (or 0xC65043) is known color: Sunset. HEX triplet: C6, 50 and 43. RGB value is (198,80,67). Sum of RGB (Red+Green+Blue) = 198+80+67=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C65043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65043 is #39AFBC. Grayscale: #717171. Windows color (decimal): -3780541 or 4411590. OLE color: 4411590.
HSL color Cylindrical-coordinate representation of color #C65043: hue angle of 5.95º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C65043 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 67 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.22 |
| HSL | 5.95º | 0.53% | 0.52% | - |
| HSV(B) | 5.95º | 0.66% | 0.78% | - |
| XYZ | 27.17 | 18.15 | 7.38 | - |
| YUV | 113.8 | 101.59 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 67 | 0 | 0.60 | 0.66 | 0.22 | 5.95 | 0.53 | 0.52 |
| Hex | C6 | 50 | 43 | 0 | 3C | 42 | 16 | 6 | 35 | 34 |
| Octal | 306 | 120 | 103 | 0 | 74 | 102 | 26 | 6 | 65 | 64 |
| Binary | 11000110 | 1010000 | 1000011 | 0 | 111100 | 1000010 | 10110 | 110 | 110101 | 110100 |
Color Harmonies of #C65043
Complementary color
Monochromatic Colors of #C65043
Black with #C65043
Text Example
Text Example
White with #C65043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65043; }
p { color: rgb(198,80,67); }
H1.HeaderClassName
{
color: #C65043;
}
.AnyTagClassName
{
color: #C65043;
}
</style>
background-color css
<style>
a { background-color: #C65043; }
a { background-color: rgb(198,80,67); }
div.DivClassName
{
background-color: #C65043;
}
.BgClassName
{
background-color: #C65043;
}
</style>
border-color css
<style>
span { border-color: #C65043; }
span { border-color: rgb(198,80,67); }
td.TdClassName
{
border-color: #C65043;
}
.TagClassName
{
border-color: #C65043;
}
</style>