Shades of Sunset #C7504C
Tints of Sunset #C7504C
RGB
CMYK
RGB Variations
Color information
#C7504C (or 0xC7504C) is known color: Sunset. HEX triplet: C7, 50 and 4C. RGB value is (199,80,76). Sum of RGB (Red+Green+Blue) = 199+80+76=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C7504C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7504C is #38AFB3. Grayscale: #737373. Windows color (decimal): -3714996 or 5001415. OLE color: 5001415.
HSL color Cylindrical-coordinate representation of color #C7504C: hue angle of 1.95º 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 #C7504C is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 80 | 76 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.22 |
| HSL | 1.95º | 0.52% | 0.54% | - |
| HSV(B) | 1.95º | 0.62% | 0.78% | - |
| XYZ | 27.73 | 18.4 | 8.93 | - |
| YUV | 115.13 | 105.92 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 76 | 0 | 0.60 | 0.62 | 0.22 | 1.95 | 0.52 | 0.54 |
| Hex | C7 | 50 | 4C | 0 | 3C | 3E | 16 | 2 | 34 | 36 |
| Octal | 307 | 120 | 114 | 0 | 74 | 76 | 26 | 2 | 64 | 66 |
| Binary | 11000111 | 1010000 | 1001100 | 0 | 111100 | 111110 | 10110 | 10 | 110100 | 110110 |
Color Harmonies of #C7504C
Complementary color
Monochromatic Colors of #C7504C
Black with #C7504C
Text Example
Text Example
White with #C7504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7504C; }
p { color: rgb(199,80,76); }
H1.HeaderClassName
{
color: #C7504C;
}
.AnyTagClassName
{
color: #C7504C;
}
</style>
background-color css
<style>
a { background-color: #C7504C; }
a { background-color: rgb(199,80,76); }
div.DivClassName
{
background-color: #C7504C;
}
.BgClassName
{
background-color: #C7504C;
}
</style>
border-color css
<style>
span { border-color: #C7504C; }
span { border-color: rgb(199,80,76); }
td.TdClassName
{
border-color: #C7504C;
}
.TagClassName
{
border-color: #C7504C;
}
</style>