Shades of Sunset #C7514C
Tints of Sunset #C7514C
RGB
CMYK
RGB Variations
Color information
#C7514C (or 0xC7514C) is known color: Sunset. HEX triplet: C7, 51 and 4C. RGB value is (199,81,76). Sum of RGB (Red+Green+Blue) = 199+81+76=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C7514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7514C is #38AEB3. Grayscale: #737373. Windows color (decimal): -3714740 or 5001671. OLE color: 5001671.
HSL color Cylindrical-coordinate representation of color #C7514C: hue angle of 2.44º 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 #C7514C is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 81 | 76 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.22 |
| HSL | 2.44º | 0.52% | 0.54% | - |
| HSV(B) | 2.44º | 0.62% | 0.78% | - |
| XYZ | 27.8 | 18.55 | 8.95 | - |
| YUV | 115.71 | 105.59 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 76 | 0 | 0.59 | 0.62 | 0.22 | 2.44 | 0.52 | 0.54 |
| Hex | C7 | 51 | 4C | 0 | 3B | 3E | 16 | 2 | 34 | 36 |
| Octal | 307 | 121 | 114 | 0 | 73 | 76 | 26 | 2 | 64 | 66 |
| Binary | 11000111 | 1010001 | 1001100 | 0 | 111011 | 111110 | 10110 | 10 | 110100 | 110110 |
Color Harmonies of #C7514C
Complementary color
Monochromatic Colors of #C7514C
Black with #C7514C
Text Example
Text Example
White with #C7514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7514C; }
p { color: rgb(199,81,76); }
H1.HeaderClassName
{
color: #C7514C;
}
.AnyTagClassName
{
color: #C7514C;
}
</style>
background-color css
<style>
a { background-color: #C7514C; }
a { background-color: rgb(199,81,76); }
div.DivClassName
{
background-color: #C7514C;
}
.BgClassName
{
background-color: #C7514C;
}
</style>
border-color css
<style>
span { border-color: #C7514C; }
span { border-color: rgb(199,81,76); }
td.TdClassName
{
border-color: #C7514C;
}
.TagClassName
{
border-color: #C7514C;
}
</style>