Shades of Sunset #C1574C
Tints of Sunset #C1574C
RGB
CMYK
RGB Variations
Color information
#C1574C (or 0xC1574C) is known color: Sunset. HEX triplet: C1, 57 and 4C. RGB value is (193,87,76). Sum of RGB (Red+Green+Blue) = 193+87+76=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1574C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1574C is #3EA8B3. Grayscale: #757575. Windows color (decimal): -4106420 or 5003201. OLE color: 5003201.
HSL color Cylindrical-coordinate representation of color #C1574C: hue angle of 5.64º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C1574C is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 87 | 76 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.24 |
| HSL | 5.64º | 0.49% | 0.53% | - |
| HSV(B) | 5.64º | 0.61% | 0.76% | - |
| XYZ | 26.71 | 18.68 | 9.03 | - |
| YUV | 117.44 | 104.62 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 87 | 76 | 0 | 0.55 | 0.61 | 0.24 | 5.64 | 0.49 | 0.53 |
| Hex | C1 | 57 | 4C | 0 | 37 | 3D | 18 | 6 | 31 | 35 |
| Octal | 301 | 127 | 114 | 0 | 67 | 75 | 30 | 6 | 61 | 65 |
| Binary | 11000001 | 1010111 | 1001100 | 0 | 110111 | 111101 | 11000 | 110 | 110001 | 110101 |
Color Harmonies of #C1574C
Complementary color
Monochromatic Colors of #C1574C
Black with #C1574C
Text Example
Text Example
White with #C1574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1574C; }
p { color: rgb(193,87,76); }
H1.HeaderClassName
{
color: #C1574C;
}
.AnyTagClassName
{
color: #C1574C;
}
</style>
background-color css
<style>
a { background-color: #C1574C; }
a { background-color: rgb(193,87,76); }
div.DivClassName
{
background-color: #C1574C;
}
.BgClassName
{
background-color: #C1574C;
}
</style>
border-color css
<style>
span { border-color: #C1574C; }
span { border-color: rgb(193,87,76); }
td.TdClassName
{
border-color: #C1574C;
}
.TagClassName
{
border-color: #C1574C;
}
</style>