Shades of Sunset #C65143
Tints of Sunset #C65143
RGB
CMYK
RGB Variations
Color information
#C65143 (or 0xC65143) is known color: Sunset. HEX triplet: C6, 51 and 43. RGB value is (198,81,67). Sum of RGB (Red+Green+Blue) = 198+81+67=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C65143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65143 is #39AEBC. Grayscale: #727272. Windows color (decimal): -3780285 or 4411846. OLE color: 4411846.
HSL color Cylindrical-coordinate representation of color #C65143: hue angle of 6.41º 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 #C65143 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 67 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.22 |
| HSL | 6.41º | 0.53% | 0.52% | - |
| HSV(B) | 6.41º | 0.66% | 0.78% | - |
| XYZ | 27.24 | 18.3 | 7.41 | - |
| YUV | 114.39 | 101.26 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 67 | 0 | 0.59 | 0.66 | 0.22 | 6.41 | 0.53 | 0.52 |
| Hex | C6 | 51 | 43 | 0 | 3B | 42 | 16 | 6 | 35 | 34 |
| Octal | 306 | 121 | 103 | 0 | 73 | 102 | 26 | 6 | 65 | 64 |
| Binary | 11000110 | 1010001 | 1000011 | 0 | 111011 | 1000010 | 10110 | 110 | 110101 | 110100 |
Color Harmonies of #C65143
Complementary color
Monochromatic Colors of #C65143
Black with #C65143
Text Example
Text Example
White with #C65143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65143; }
p { color: rgb(198,81,67); }
H1.HeaderClassName
{
color: #C65143;
}
.AnyTagClassName
{
color: #C65143;
}
</style>
background-color css
<style>
a { background-color: #C65143; }
a { background-color: rgb(198,81,67); }
div.DivClassName
{
background-color: #C65143;
}
.BgClassName
{
background-color: #C65143;
}
</style>
border-color css
<style>
span { border-color: #C65143; }
span { border-color: rgb(198,81,67); }
td.TdClassName
{
border-color: #C65143;
}
.TagClassName
{
border-color: #C65143;
}
</style>