Shades of Sunglo #C8654E
Tints of Sunglo #C8654E
RGB
CMYK
RGB Variations
Color information
#C8654E (or 0xC8654E) is known color: Sunglo. HEX triplet: C8, 65 and 4E. RGB value is (200,101,78). Sum of RGB (Red+Green+Blue) = 200+101+78=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8654E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8654E is #379AB1. Grayscale: #808080. Windows color (decimal): -3644082 or 5137864. OLE color: 5137864.
HSL color Cylindrical-coordinate representation of color #C8654E: hue angle of 11.31º degrees, saturation: 0.53, 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 #C8654E is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 78 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.22 |
| HSL | 11.31º | 0.53% | 0.55% | - |
| HSV(B) | 11.31º | 0.61% | 0.78% | - |
| XYZ | 29.85 | 22.14 | 9.91 | - |
| YUV | 127.98 | 99.8 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 78 | 0 | 0.49 | 0.61 | 0.22 | 11.31 | 0.53 | 0.55 |
| Hex | C8 | 65 | 4E | 0 | 31 | 3D | 16 | B | 35 | 37 |
| Octal | 310 | 145 | 116 | 0 | 61 | 75 | 26 | 13 | 65 | 67 |
| Binary | 11001000 | 1100101 | 1001110 | 0 | 110001 | 111101 | 10110 | 1011 | 110101 | 110111 |
Color Harmonies of #C8654E
Complementary color
Monochromatic Colors of #C8654E
Black with #C8654E
Text Example
Text Example
White with #C8654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8654E; }
p { color: rgb(200,101,78); }
H1.HeaderClassName
{
color: #C8654E;
}
.AnyTagClassName
{
color: #C8654E;
}
</style>
background-color css
<style>
a { background-color: #C8654E; }
a { background-color: rgb(200,101,78); }
div.DivClassName
{
background-color: #C8654E;
}
.BgClassName
{
background-color: #C8654E;
}
</style>
border-color css
<style>
span { border-color: #C8654E; }
span { border-color: rgb(200,101,78); }
td.TdClassName
{
border-color: #C8654E;
}
.TagClassName
{
border-color: #C8654E;
}
</style>