Shades of Sunglo #C86157
Tints of Sunglo #C86157
RGB
CMYK
RGB Variations
Color information
#C86157 (or 0xC86157) is known color: Sunglo. HEX triplet: C8, 61 and 57. RGB value is (200,97,87). Sum of RGB (Red+Green+Blue) = 200+97+87=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 87 (34.38% from 255 or 22.66% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C86157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86157 is #379EA8. Grayscale: #7E7E7E. Windows color (decimal): -3645097 or 5726664. OLE color: 5726664.
HSL color Cylindrical-coordinate representation of color #C86157: hue angle of 5.31º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C86157 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 87 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.22 |
| HSL | 5.31º | 0.51% | 0.56% | - |
| HSV(B) | 5.31º | 0.57% | 0.78% | - |
| XYZ | 29.81 | 21.52 | 11.6 | - |
| YUV | 126.66 | 105.62 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 87 | 0 | 0.52 | 0.56 | 0.22 | 5.31 | 0.51 | 0.56 |
| Hex | C8 | 61 | 57 | 0 | 34 | 38 | 16 | 5 | 33 | 38 |
| Octal | 310 | 141 | 127 | 0 | 64 | 70 | 26 | 5 | 63 | 70 |
| Binary | 11001000 | 1100001 | 1010111 | 0 | 110100 | 111000 | 10110 | 101 | 110011 | 111000 |
Color Harmonies of #C86157
Complementary color
Monochromatic Colors of #C86157
Black with #C86157
Text Example
Text Example
White with #C86157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86157; }
p { color: rgb(200,97,87); }
H1.HeaderClassName
{
color: #C86157;
}
.AnyTagClassName
{
color: #C86157;
}
</style>
background-color css
<style>
a { background-color: #C86157; }
a { background-color: rgb(200,97,87); }
div.DivClassName
{
background-color: #C86157;
}
.BgClassName
{
background-color: #C86157;
}
</style>
border-color css
<style>
span { border-color: #C86157; }
span { border-color: rgb(200,97,87); }
td.TdClassName
{
border-color: #C86157;
}
.TagClassName
{
border-color: #C86157;
}
</style>