Shades of Sunset #C7514B
Tints of Sunset #C7514B
RGB
CMYK
RGB Variations
Color information
#C7514B (or 0xC7514B) is known color: Sunset. HEX triplet: C7, 51 and 4B. RGB value is (199,81,75). Sum of RGB (Red+Green+Blue) = 199+81+75=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C7514B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7514B is #38AEB4. Grayscale: #737373. Windows color (decimal): -3714741 or 4936135. OLE color: 4936135.
HSL color Cylindrical-coordinate representation of color #C7514B: hue angle of 2.9º degrees, saturation: 0.53, 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 #C7514B is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 81 | 75 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.22 |
| HSL | 2.9º | 0.53% | 0.54% | - |
| HSV(B) | 2.9º | 0.62% | 0.78% | - |
| XYZ | 27.77 | 18.53 | 8.77 | - |
| YUV | 115.6 | 105.09 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 75 | 0 | 0.59 | 0.62 | 0.22 | 2.9 | 0.53 | 0.54 |
| Hex | C7 | 51 | 4B | 0 | 3B | 3E | 16 | 3 | 35 | 36 |
| Octal | 307 | 121 | 113 | 0 | 73 | 76 | 26 | 3 | 65 | 66 |
| Binary | 11000111 | 1010001 | 1001011 | 0 | 111011 | 111110 | 10110 | 11 | 110101 | 110110 |
Color Harmonies of #C7514B
Complementary color
Monochromatic Colors of #C7514B
Black with #C7514B
Text Example
Text Example
White with #C7514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7514B; }
p { color: rgb(199,81,75); }
H1.HeaderClassName
{
color: #C7514B;
}
.AnyTagClassName
{
color: #C7514B;
}
</style>
background-color css
<style>
a { background-color: #C7514B; }
a { background-color: rgb(199,81,75); }
div.DivClassName
{
background-color: #C7514B;
}
.BgClassName
{
background-color: #C7514B;
}
</style>
border-color css
<style>
span { border-color: #C7514B; }
span { border-color: rgb(199,81,75); }
td.TdClassName
{
border-color: #C7514B;
}
.TagClassName
{
border-color: #C7514B;
}
</style>