Shades of Sunglo #C8655E
Tints of Sunglo #C8655E
RGB
CMYK
RGB Variations
Color information
#C8655E (or 0xC8655E) is known color: Sunglo. HEX triplet: C8, 65 and 5E. RGB value is (200,101,94). Sum of RGB (Red+Green+Blue) = 200+101+94=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8655E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8655E is #379AA1. Grayscale: #818181. Windows color (decimal): -3644066 or 6186440. OLE color: 6186440.
HSL color Cylindrical-coordinate representation of color #C8655E: hue angle of 3.96º 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 #C8655E is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 94 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.22 |
| HSL | 3.96º | 0.49% | 0.58% | - |
| HSV(B) | 3.96º | 0.53% | 0.78% | - |
| XYZ | 30.49 | 22.39 | 13.31 | - |
| YUV | 129.8 | 107.8 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 94 | 0 | 0.49 | 0.53 | 0.22 | 3.96 | 0.49 | 0.58 |
| Hex | C8 | 65 | 5E | 0 | 31 | 35 | 16 | 4 | 31 | 3A |
| Octal | 310 | 145 | 136 | 0 | 61 | 65 | 26 | 4 | 61 | 72 |
| Binary | 11001000 | 1100101 | 1011110 | 0 | 110001 | 110101 | 10110 | 100 | 110001 | 111010 |
Color Harmonies of #C8655E
Complementary color
Monochromatic Colors of #C8655E
Black with #C8655E
Text Example
Text Example
White with #C8655E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8655E; }
p { color: rgb(200,101,94); }
H1.HeaderClassName
{
color: #C8655E;
}
.AnyTagClassName
{
color: #C8655E;
}
</style>
background-color css
<style>
a { background-color: #C8655E; }
a { background-color: rgb(200,101,94); }
div.DivClassName
{
background-color: #C8655E;
}
.BgClassName
{
background-color: #C8655E;
}
</style>
border-color css
<style>
span { border-color: #C8655E; }
span { border-color: rgb(200,101,94); }
td.TdClassName
{
border-color: #C8655E;
}
.TagClassName
{
border-color: #C8655E;
}
</style>