Shades of Sunset #C6574C
Tints of Sunset #C6574C
RGB
CMYK
RGB Variations
Color information
#C6574C (or 0xC6574C) is known color: Sunset. HEX triplet: C6, 57 and 4C. RGB value is (198,87,76). Sum of RGB (Red+Green+Blue) = 198+87+76=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C6574C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6574C is #39A8B3. Grayscale: #777777. Windows color (decimal): -3778740 or 5003206. OLE color: 5003206.
HSL color Cylindrical-coordinate representation of color #C6574C: hue angle of 5.41º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6574C is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 76 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.22 |
| HSL | 5.41º | 0.52% | 0.54% | - |
| HSV(B) | 5.41º | 0.62% | 0.78% | - |
| XYZ | 28 | 19.34 | 9.1 | - |
| YUV | 118.94 | 103.77 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 76 | 0 | 0.56 | 0.62 | 0.22 | 5.41 | 0.52 | 0.54 |
| Hex | C6 | 57 | 4C | 0 | 38 | 3E | 16 | 5 | 34 | 36 |
| Octal | 306 | 127 | 114 | 0 | 70 | 76 | 26 | 5 | 64 | 66 |
| Binary | 11000110 | 1010111 | 1001100 | 0 | 111000 | 111110 | 10110 | 101 | 110100 | 110110 |
Color Harmonies of #C6574C
Complementary color
Monochromatic Colors of #C6574C
Black with #C6574C
Text Example
Text Example
White with #C6574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6574C; }
p { color: rgb(198,87,76); }
H1.HeaderClassName
{
color: #C6574C;
}
.AnyTagClassName
{
color: #C6574C;
}
</style>
background-color css
<style>
a { background-color: #C6574C; }
a { background-color: rgb(198,87,76); }
div.DivClassName
{
background-color: #C6574C;
}
.BgClassName
{
background-color: #C6574C;
}
</style>
border-color css
<style>
span { border-color: #C6574C; }
span { border-color: rgb(198,87,76); }
td.TdClassName
{
border-color: #C6574C;
}
.TagClassName
{
border-color: #C6574C;
}
</style>