Shades of Sunglo #C76957
Tints of Sunglo #C76957
RGB
CMYK
RGB Variations
Color information
#C76957 (or 0xC76957) is known color: Sunglo. HEX triplet: C7, 69 and 57. RGB value is (199,105,87). Sum of RGB (Red+Green+Blue) = 199+105+87=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 87 (34.38% from 255 or 22.25% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C76957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76957 is #3896A8. Grayscale: #838383. Windows color (decimal): -3708585 or 5728711. OLE color: 5728711.
HSL color Cylindrical-coordinate representation of color #C76957: hue angle of 9.64º degrees, saturation: 0.5, 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 #C76957 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 87 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.22 |
| HSL | 9.64º | 0.5% | 0.56% | - |
| HSV(B) | 9.64º | 0.56% | 0.78% | - |
| XYZ | 30.33 | 22.93 | 11.85 | - |
| YUV | 131.05 | 103.14 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 87 | 0 | 0.47 | 0.56 | 0.22 | 9.64 | 0.5 | 0.56 |
| Hex | C7 | 69 | 57 | 0 | 2F | 38 | 16 | A | 32 | 38 |
| Octal | 307 | 151 | 127 | 0 | 57 | 70 | 26 | 12 | 62 | 70 |
| Binary | 11000111 | 1101001 | 1010111 | 0 | 101111 | 111000 | 10110 | 1010 | 110010 | 111000 |
Color Harmonies of #C76957
Complementary color
Monochromatic Colors of #C76957
Black with #C76957
Text Example
Text Example
White with #C76957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76957; }
p { color: rgb(199,105,87); }
H1.HeaderClassName
{
color: #C76957;
}
.AnyTagClassName
{
color: #C76957;
}
</style>
background-color css
<style>
a { background-color: #C76957; }
a { background-color: rgb(199,105,87); }
div.DivClassName
{
background-color: #C76957;
}
.BgClassName
{
background-color: #C76957;
}
</style>
border-color css
<style>
span { border-color: #C76957; }
span { border-color: rgb(199,105,87); }
td.TdClassName
{
border-color: #C76957;
}
.TagClassName
{
border-color: #C76957;
}
</style>