Shades of Sunglo #C8675E
Tints of Sunglo #C8675E
RGB
CMYK
RGB Variations
Color information
#C8675E (or 0xC8675E) is known color: Sunglo. HEX triplet: C8, 67 and 5E. RGB value is (200,103,94). Sum of RGB (Red+Green+Blue) = 200+103+94=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C8675E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8675E is #3798A1. Grayscale: #838383. Windows color (decimal): -3643554 or 6186952. OLE color: 6186952.
HSL color Cylindrical-coordinate representation of color #C8675E: hue angle of 5.09º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8675E is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 103 | 94 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.22 |
| HSL | 5.09º | 0.49% | 0.58% | - |
| HSV(B) | 5.09º | 0.53% | 0.78% | - |
| XYZ | 30.69 | 22.79 | 13.37 | - |
| YUV | 130.98 | 107.14 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 94 | 0 | 0.48 | 0.53 | 0.22 | 5.09 | 0.49 | 0.58 |
| Hex | C8 | 67 | 5E | 0 | 30 | 35 | 16 | 5 | 31 | 3A |
| Octal | 310 | 147 | 136 | 0 | 60 | 65 | 26 | 5 | 61 | 72 |
| Binary | 11001000 | 1100111 | 1011110 | 0 | 110000 | 110101 | 10110 | 101 | 110001 | 111010 |
Color Harmonies of #C8675E
Complementary color
Monochromatic Colors of #C8675E
Black with #C8675E
Text Example
Text Example
White with #C8675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8675E; }
p { color: rgb(200,103,94); }
H1.HeaderClassName
{
color: #C8675E;
}
.AnyTagClassName
{
color: #C8675E;
}
</style>
background-color css
<style>
a { background-color: #C8675E; }
a { background-color: rgb(200,103,94); }
div.DivClassName
{
background-color: #C8675E;
}
.BgClassName
{
background-color: #C8675E;
}
</style>
border-color css
<style>
span { border-color: #C8675E; }
span { border-color: rgb(200,103,94); }
td.TdClassName
{
border-color: #C8675E;
}
.TagClassName
{
border-color: #C8675E;
}
</style>