Shades of Sunglo #C8634D
Tints of Sunglo #C8634D
RGB
CMYK
RGB Variations
Color information
#C8634D (or 0xC8634D) is known color: Sunglo. HEX triplet: C8, 63 and 4D. RGB value is (200,99,77). Sum of RGB (Red+Green+Blue) = 200+99+77=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8634D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8634D is #379CB2. Grayscale: #7E7E7E. Windows color (decimal): -3644595 or 5071816. OLE color: 5071816.
HSL color Cylindrical-coordinate representation of color #C8634D: hue angle of 10.73º 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 #C8634D is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 77 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.22 |
| HSL | 10.73º | 0.53% | 0.54% | - |
| HSV(B) | 10.73º | 0.62% | 0.78% | - |
| XYZ | 29.62 | 21.74 | 9.66 | - |
| YUV | 126.69 | 99.96 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 77 | 0 | 0.50 | 0.62 | 0.22 | 10.73 | 0.53 | 0.54 |
| Hex | C8 | 63 | 4D | 0 | 32 | 3E | 16 | B | 35 | 36 |
| Octal | 310 | 143 | 115 | 0 | 62 | 76 | 26 | 13 | 65 | 66 |
| Binary | 11001000 | 1100011 | 1001101 | 0 | 110010 | 111110 | 10110 | 1011 | 110101 | 110110 |
Color Harmonies of #C8634D
Complementary color
Monochromatic Colors of #C8634D
Black with #C8634D
Text Example
Text Example
White with #C8634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8634D; }
p { color: rgb(200,99,77); }
H1.HeaderClassName
{
color: #C8634D;
}
.AnyTagClassName
{
color: #C8634D;
}
</style>
background-color css
<style>
a { background-color: #C8634D; }
a { background-color: rgb(200,99,77); }
div.DivClassName
{
background-color: #C8634D;
}
.BgClassName
{
background-color: #C8634D;
}
</style>
border-color css
<style>
span { border-color: #C8634D; }
span { border-color: rgb(200,99,77); }
td.TdClassName
{
border-color: #C8634D;
}
.TagClassName
{
border-color: #C8634D;
}
</style>