Shades of Sunglo #C8635B
Tints of Sunglo #C8635B
RGB
CMYK
RGB Variations
Color information
#C8635B (or 0xC8635B) is known color: Sunglo. HEX triplet: C8, 63 and 5B. RGB value is (200,99,91). Sum of RGB (Red+Green+Blue) = 200+99+91=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8635B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8635B is #379CA4. Grayscale: #808080. Windows color (decimal): -3644581 or 5989320. OLE color: 5989320.
HSL color Cylindrical-coordinate representation of color #C8635B: hue angle of 4.4º 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 #C8635B is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 91 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.22 |
| HSL | 4.4º | 0.5% | 0.57% | - |
| HSV(B) | 4.4º | 0.55% | 0.78% | - |
| XYZ | 30.17 | 21.96 | 12.55 | - |
| YUV | 128.29 | 106.96 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 91 | 0 | 0.50 | 0.54 | 0.22 | 4.4 | 0.5 | 0.57 |
| Hex | C8 | 63 | 5B | 0 | 32 | 36 | 16 | 4 | 32 | 39 |
| Octal | 310 | 143 | 133 | 0 | 62 | 66 | 26 | 4 | 62 | 71 |
| Binary | 11001000 | 1100011 | 1011011 | 0 | 110010 | 110110 | 10110 | 100 | 110010 | 111001 |
Color Harmonies of #C8635B
Complementary color
Monochromatic Colors of #C8635B
Black with #C8635B
Text Example
Text Example
White with #C8635B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8635B; }
p { color: rgb(200,99,91); }
H1.HeaderClassName
{
color: #C8635B;
}
.AnyTagClassName
{
color: #C8635B;
}
</style>
background-color css
<style>
a { background-color: #C8635B; }
a { background-color: rgb(200,99,91); }
div.DivClassName
{
background-color: #C8635B;
}
.BgClassName
{
background-color: #C8635B;
}
</style>
border-color css
<style>
span { border-color: #C8635B; }
span { border-color: rgb(200,99,91); }
td.TdClassName
{
border-color: #C8635B;
}
.TagClassName
{
border-color: #C8635B;
}
</style>