Shades of Sunglo #C8635C
Tints of Sunglo #C8635C
RGB
CMYK
RGB Variations
Color information
#C8635C (or 0xC8635C) is known color: Sunglo. HEX triplet: C8, 63 and 5C. RGB value is (200,99,92). Sum of RGB (Red+Green+Blue) = 200+99+92=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8635C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8635C is #379CA3. Grayscale: #808080. Windows color (decimal): -3644580 or 6054856. OLE color: 6054856.
HSL color Cylindrical-coordinate representation of color #C8635C: hue angle of 3.89º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8635C is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 92 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.22 |
| HSL | 3.89º | 0.5% | 0.57% | - |
| HSV(B) | 3.89º | 0.54% | 0.78% | - |
| XYZ | 30.21 | 21.98 | 12.77 | - |
| YUV | 128.4 | 107.46 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 92 | 0 | 0.50 | 0.54 | 0.22 | 3.89 | 0.5 | 0.57 |
| Hex | C8 | 63 | 5C | 0 | 32 | 36 | 16 | 4 | 32 | 39 |
| Octal | 310 | 143 | 134 | 0 | 62 | 66 | 26 | 4 | 62 | 71 |
| Binary | 11001000 | 1100011 | 1011100 | 0 | 110010 | 110110 | 10110 | 100 | 110010 | 111001 |
Color Harmonies of #C8635C
Complementary color
Monochromatic Colors of #C8635C
Black with #C8635C
Text Example
Text Example
White with #C8635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8635C; }
p { color: rgb(200,99,92); }
H1.HeaderClassName
{
color: #C8635C;
}
.AnyTagClassName
{
color: #C8635C;
}
</style>
background-color css
<style>
a { background-color: #C8635C; }
a { background-color: rgb(200,99,92); }
div.DivClassName
{
background-color: #C8635C;
}
.BgClassName
{
background-color: #C8635C;
}
</style>
border-color css
<style>
span { border-color: #C8635C; }
span { border-color: rgb(200,99,92); }
td.TdClassName
{
border-color: #C8635C;
}
.TagClassName
{
border-color: #C8635C;
}
</style>