Shades of Sunglo #C8634F
Tints of Sunglo #C8634F
RGB
CMYK
RGB Variations
Color information
#C8634F (or 0xC8634F) is known color: Sunglo. HEX triplet: C8, 63 and 4F. RGB value is (200,99,79). Sum of RGB (Red+Green+Blue) = 200+99+79=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C8634F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8634F is #379CB0. Grayscale: #7F7F7F. Windows color (decimal): -3644593 or 5202888. OLE color: 5202888.
HSL color Cylindrical-coordinate representation of color #C8634F: hue angle of 9.92º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8634F is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 79 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.22 |
| HSL | 9.92º | 0.52% | 0.55% | - |
| HSV(B) | 9.92º | 0.61% | 0.78% | - |
| XYZ | 29.69 | 21.77 | 10.03 | - |
| YUV | 126.92 | 100.96 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 79 | 0 | 0.50 | 0.60 | 0.22 | 9.92 | 0.52 | 0.55 |
| Hex | C8 | 63 | 4F | 0 | 32 | 3C | 16 | A | 34 | 37 |
| Octal | 310 | 143 | 117 | 0 | 62 | 74 | 26 | 12 | 64 | 67 |
| Binary | 11001000 | 1100011 | 1001111 | 0 | 110010 | 111100 | 10110 | 1010 | 110100 | 110111 |
Color Harmonies of #C8634F
Complementary color
Monochromatic Colors of #C8634F
Black with #C8634F
Text Example
Text Example
White with #C8634F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8634F; }
p { color: rgb(200,99,79); }
H1.HeaderClassName
{
color: #C8634F;
}
.AnyTagClassName
{
color: #C8634F;
}
</style>
background-color css
<style>
a { background-color: #C8634F; }
a { background-color: rgb(200,99,79); }
div.DivClassName
{
background-color: #C8634F;
}
.BgClassName
{
background-color: #C8634F;
}
</style>
border-color css
<style>
span { border-color: #C8634F; }
span { border-color: rgb(200,99,79); }
td.TdClassName
{
border-color: #C8634F;
}
.TagClassName
{
border-color: #C8634F;
}
</style>