Shades of Sunset #C4574B
Tints of Sunset #C4574B
RGB
CMYK
RGB Variations
Color information
#C4574B (or 0xC4574B) is known color: Sunset. HEX triplet: C4, 57 and 4B. RGB value is (196,87,75). Sum of RGB (Red+Green+Blue) = 196+87+75=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C4574B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4574B is #3BA8B4. Grayscale: #767676. Windows color (decimal): -3909813 or 4937668. OLE color: 4937668.
HSL color Cylindrical-coordinate representation of color #C4574B: hue angle of 5.95º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4574B is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 75 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.23 |
| HSL | 5.95º | 0.51% | 0.53% | - |
| HSV(B) | 5.95º | 0.62% | 0.77% | - |
| XYZ | 27.44 | 19.06 | 8.89 | - |
| YUV | 118.22 | 103.61 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 75 | 0 | 0.56 | 0.62 | 0.23 | 5.95 | 0.51 | 0.53 |
| Hex | C4 | 57 | 4B | 0 | 38 | 3E | 17 | 6 | 33 | 35 |
| Octal | 304 | 127 | 113 | 0 | 70 | 76 | 27 | 6 | 63 | 65 |
| Binary | 11000100 | 1010111 | 1001011 | 0 | 111000 | 111110 | 10111 | 110 | 110011 | 110101 |
Color Harmonies of #C4574B
Complementary color
Monochromatic Colors of #C4574B
Black with #C4574B
Text Example
Text Example
White with #C4574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4574B; }
p { color: rgb(196,87,75); }
H1.HeaderClassName
{
color: #C4574B;
}
.AnyTagClassName
{
color: #C4574B;
}
</style>
background-color css
<style>
a { background-color: #C4574B; }
a { background-color: rgb(196,87,75); }
div.DivClassName
{
background-color: #C4574B;
}
.BgClassName
{
background-color: #C4574B;
}
</style>
border-color css
<style>
span { border-color: #C4574B; }
span { border-color: rgb(196,87,75); }
td.TdClassName
{
border-color: #C4574B;
}
.TagClassName
{
border-color: #C4574B;
}
</style>