Shades of Sunglo #C8604D
Tints of Sunglo #C8604D
RGB
CMYK
RGB Variations
Color information
#C8604D (or 0xC8604D) is known color: Sunglo. HEX triplet: C8, 60 and 4D. RGB value is (200,96,77). Sum of RGB (Red+Green+Blue) = 200+96+77=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C8604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8604D is #379FB2. Grayscale: #7D7D7D. Windows color (decimal): -3645363 or 5071048. OLE color: 5071048.
HSL color Cylindrical-coordinate representation of color #C8604D: hue angle of 9.27º 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 #C8604D is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 77 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.22 |
| HSL | 9.27º | 0.53% | 0.54% | - |
| HSV(B) | 9.27º | 0.62% | 0.78% | - |
| XYZ | 29.34 | 21.18 | 9.56 | - |
| YUV | 124.93 | 100.96 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 77 | 0 | 0.52 | 0.62 | 0.22 | 9.27 | 0.53 | 0.54 |
| Hex | C8 | 60 | 4D | 0 | 34 | 3E | 16 | 9 | 35 | 36 |
| Octal | 310 | 140 | 115 | 0 | 64 | 76 | 26 | 11 | 65 | 66 |
| Binary | 11001000 | 1100000 | 1001101 | 0 | 110100 | 111110 | 10110 | 1001 | 110101 | 110110 |
Color Harmonies of #C8604D
Complementary color
Monochromatic Colors of #C8604D
Black with #C8604D
Text Example
Text Example
White with #C8604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8604D; }
p { color: rgb(200,96,77); }
H1.HeaderClassName
{
color: #C8604D;
}
.AnyTagClassName
{
color: #C8604D;
}
</style>
background-color css
<style>
a { background-color: #C8604D; }
a { background-color: rgb(200,96,77); }
div.DivClassName
{
background-color: #C8604D;
}
.BgClassName
{
background-color: #C8604D;
}
</style>
border-color css
<style>
span { border-color: #C8604D; }
span { border-color: rgb(200,96,77); }
td.TdClassName
{
border-color: #C8604D;
}
.TagClassName
{
border-color: #C8604D;
}
</style>