Shades of Sunglo #C8685B
Tints of Sunglo #C8685B
RGB
CMYK
RGB Variations
Color information
#C8685B (or 0xC8685B) is known color: Sunglo. HEX triplet: C8, 68 and 5B. RGB value is (200,104,91). Sum of RGB (Red+Green+Blue) = 200+104+91=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8685B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8685B is #3797A4. Grayscale: #838383. Windows color (decimal): -3643301 or 5990600. OLE color: 5990600.
HSL color Cylindrical-coordinate representation of color #C8685B: hue angle of 7.16º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8685B is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 104 | 91 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.22 |
| HSL | 7.16º | 0.5% | 0.57% | - |
| HSV(B) | 7.16º | 0.55% | 0.78% | - |
| XYZ | 30.66 | 22.94 | 12.71 | - |
| YUV | 131.22 | 105.3 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 91 | 0 | 0.48 | 0.54 | 0.22 | 7.16 | 0.5 | 0.57 |
| Hex | C8 | 68 | 5B | 0 | 30 | 36 | 16 | 7 | 32 | 39 |
| Octal | 310 | 150 | 133 | 0 | 60 | 66 | 26 | 7 | 62 | 71 |
| Binary | 11001000 | 1101000 | 1011011 | 0 | 110000 | 110110 | 10110 | 111 | 110010 | 111001 |
Color Harmonies of #C8685B
Complementary color
Monochromatic Colors of #C8685B
Black with #C8685B
Text Example
Text Example
White with #C8685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8685B; }
p { color: rgb(200,104,91); }
H1.HeaderClassName
{
color: #C8685B;
}
.AnyTagClassName
{
color: #C8685B;
}
</style>
background-color css
<style>
a { background-color: #C8685B; }
a { background-color: rgb(200,104,91); }
div.DivClassName
{
background-color: #C8685B;
}
.BgClassName
{
background-color: #C8685B;
}
</style>
border-color css
<style>
span { border-color: #C8685B; }
span { border-color: rgb(200,104,91); }
td.TdClassName
{
border-color: #C8685B;
}
.TagClassName
{
border-color: #C8685B;
}
</style>