Shades of Sunset #C8504C
Tints of Sunset #C8504C
RGB
CMYK
RGB Variations
Color information
#C8504C (or 0xC8504C) is known color: Sunset. HEX triplet: C8, 50 and 4C. RGB value is (200,80,76). Sum of RGB (Red+Green+Blue) = 200+80+76=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C8504C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8504C is #37AFB3. Grayscale: #737373. Windows color (decimal): -3649460 or 5001416. OLE color: 5001416.
HSL color Cylindrical-coordinate representation of color #C8504C: hue angle of 1.94º 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 #C8504C is Cyan = 0, Magento = 0.6, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 76 | - |
| CMYK | 0 | 0.6 | 0.62 | 0.22 |
| HSL | 1.94º | 0.53% | 0.54% | - |
| HSV(B) | 1.94º | 0.62% | 0.78% | - |
| XYZ | 27.99 | 18.54 | 8.94 | - |
| YUV | 115.42 | 105.76 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 76 | 0 | 0.6 | 0.62 | 0.22 | 1.94 | 0.53 | 0.54 |
| Hex | C8 | 50 | 4C | 0 | 3C | 3E | 16 | 2 | 35 | 36 |
| Octal | 310 | 120 | 114 | 0 | 74 | 76 | 26 | 2 | 65 | 66 |
| Binary | 11001000 | 1010000 | 1001100 | 0 | 111100 | 111110 | 10110 | 10 | 110101 | 110110 |
Color Harmonies of #C8504C
Complementary color
Monochromatic Colors of #C8504C
Black with #C8504C
Text Example
Text Example
White with #C8504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8504C; }
p { color: rgb(200,80,76); }
H1.HeaderClassName
{
color: #C8504C;
}
.AnyTagClassName
{
color: #C8504C;
}
</style>
background-color css
<style>
a { background-color: #C8504C; }
a { background-color: rgb(200,80,76); }
div.DivClassName
{
background-color: #C8504C;
}
.BgClassName
{
background-color: #C8504C;
}
</style>
border-color css
<style>
span { border-color: #C8504C; }
span { border-color: rgb(200,80,76); }
td.TdClassName
{
border-color: #C8504C;
}
.TagClassName
{
border-color: #C8504C;
}
</style>