Shades of Sunglo #C8655A
Tints of Sunglo #C8655A
RGB
CMYK
RGB Variations
Color information
#C8655A (or 0xC8655A) is known color: Sunglo. HEX triplet: C8, 65 and 5A. RGB value is (200,101,90). Sum of RGB (Red+Green+Blue) = 200+101+90=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8655A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8655A is #379AA5. Grayscale: #818181. Windows color (decimal): -3644070 or 5924296. OLE color: 5924296.
HSL color Cylindrical-coordinate representation of color #C8655A: hue angle of 6º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C8655A is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 90 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.22 |
| HSL | 6º | 0.5% | 0.57% | - |
| HSV(B) | 6º | 0.55% | 0.78% | - |
| XYZ | 30.32 | 22.32 | 12.38 | - |
| YUV | 129.35 | 105.8 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 90 | 0 | 0.49 | 0.55 | 0.22 | 6 | 0.5 | 0.57 |
| Hex | C8 | 65 | 5A | 0 | 31 | 37 | 16 | 6 | 32 | 39 |
| Octal | 310 | 145 | 132 | 0 | 61 | 67 | 26 | 6 | 62 | 71 |
| Binary | 11001000 | 1100101 | 1011010 | 0 | 110001 | 110111 | 10110 | 110 | 110010 | 111001 |
Color Harmonies of #C8655A
Complementary color
Monochromatic Colors of #C8655A
Black with #C8655A
Text Example
Text Example
White with #C8655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8655A; }
p { color: rgb(200,101,90); }
H1.HeaderClassName
{
color: #C8655A;
}
.AnyTagClassName
{
color: #C8655A;
}
</style>
background-color css
<style>
a { background-color: #C8655A; }
a { background-color: rgb(200,101,90); }
div.DivClassName
{
background-color: #C8655A;
}
.BgClassName
{
background-color: #C8655A;
}
</style>
border-color css
<style>
span { border-color: #C8655A; }
span { border-color: rgb(200,101,90); }
td.TdClassName
{
border-color: #C8655A;
}
.TagClassName
{
border-color: #C8655A;
}
</style>