Shades of Sunset #C8504B
Tints of Sunset #C8504B
RGB
CMYK
RGB Variations
Color information
#C8504B (or 0xC8504B) is known color: Sunset. HEX triplet: C8, 50 and 4B. RGB value is (200,80,75). Sum of RGB (Red+Green+Blue) = 200+80+75=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C8504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8504B is #37AFB4. Grayscale: #737373. Windows color (decimal): -3649461 or 4935880. OLE color: 4935880.
HSL color Cylindrical-coordinate representation of color #C8504B: hue angle of 2.4º 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 #C8504B is Cyan = 0, Magento = 0.6, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 75 | - |
| CMYK | 0 | 0.6 | 0.62 | 0.22 |
| HSL | 2.4º | 0.53% | 0.54% | - |
| HSV(B) | 2.4º | 0.63% | 0.78% | - |
| XYZ | 27.96 | 18.52 | 8.76 | - |
| YUV | 115.31 | 105.26 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 75 | 0 | 0.6 | 0.62 | 0.22 | 2.4 | 0.53 | 0.54 |
| Hex | C8 | 50 | 4B | 0 | 3C | 3E | 16 | 2 | 35 | 36 |
| Octal | 310 | 120 | 113 | 0 | 74 | 76 | 26 | 2 | 65 | 66 |
| Binary | 11001000 | 1010000 | 1001011 | 0 | 111100 | 111110 | 10110 | 10 | 110101 | 110110 |
Color Harmonies of #C8504B
Complementary color
Monochromatic Colors of #C8504B
Black with #C8504B
Text Example
Text Example
White with #C8504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8504B; }
p { color: rgb(200,80,75); }
H1.HeaderClassName
{
color: #C8504B;
}
.AnyTagClassName
{
color: #C8504B;
}
</style>
background-color css
<style>
a { background-color: #C8504B; }
a { background-color: rgb(200,80,75); }
div.DivClassName
{
background-color: #C8504B;
}
.BgClassName
{
background-color: #C8504B;
}
</style>
border-color css
<style>
span { border-color: #C8504B; }
span { border-color: rgb(200,80,75); }
td.TdClassName
{
border-color: #C8504B;
}
.TagClassName
{
border-color: #C8504B;
}
</style>