Shades of Sunglo #C86957
Tints of Sunglo #C86957
RGB
CMYK
RGB Variations
Color information
#C86957 (or 0xC86957) is known color: Sunglo. HEX triplet: C8, 69 and 57. RGB value is (200,105,87). Sum of RGB (Red+Green+Blue) = 200+105+87=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C86957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86957 is #3796A8. Grayscale: #838383. Windows color (decimal): -3643049 or 5728712. OLE color: 5728712.
HSL color Cylindrical-coordinate representation of color #C86957: hue angle of 9.56º 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 #C86957 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 105 | 87 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.22 |
| HSL | 9.56º | 0.51% | 0.56% | - |
| HSV(B) | 9.56º | 0.57% | 0.78% | - |
| XYZ | 30.59 | 23.07 | 11.86 | - |
| YUV | 131.35 | 102.97 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 87 | 0 | 0.48 | 0.56 | 0.22 | 9.56 | 0.51 | 0.56 |
| Hex | C8 | 69 | 57 | 0 | 30 | 38 | 16 | A | 33 | 38 |
| Octal | 310 | 151 | 127 | 0 | 60 | 70 | 26 | 12 | 63 | 70 |
| Binary | 11001000 | 1101001 | 1010111 | 0 | 110000 | 111000 | 10110 | 1010 | 110011 | 111000 |
Color Harmonies of #C86957
Complementary color
Monochromatic Colors of #C86957
Black with #C86957
Text Example
Text Example
White with #C86957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86957; }
p { color: rgb(200,105,87); }
H1.HeaderClassName
{
color: #C86957;
}
.AnyTagClassName
{
color: #C86957;
}
</style>
background-color css
<style>
a { background-color: #C86957; }
a { background-color: rgb(200,105,87); }
div.DivClassName
{
background-color: #C86957;
}
.BgClassName
{
background-color: #C86957;
}
</style>
border-color css
<style>
span { border-color: #C86957; }
span { border-color: rgb(200,105,87); }
td.TdClassName
{
border-color: #C86957;
}
.TagClassName
{
border-color: #C86957;
}
</style>