Shades of Sunglo #C06957
Tints of Sunglo #C06957
RGB
CMYK
RGB Variations
Color information
#C06957 (or 0xC06957) is known color: Sunglo. HEX triplet: C0, 69 and 57. RGB value is (192,105,87). Sum of RGB (Red+Green+Blue) = 192+105+87=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 87 (34.38% from 255 or 22.66% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C06957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06957 is #3F96A8. Grayscale: #818181. Windows color (decimal): -4167337 or 5728704. OLE color: 5728704.
HSL color Cylindrical-coordinate representation of color #C06957: hue angle of 10.29º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C06957 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 105 | 87 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.25 |
| HSL | 10.29º | 0.45% | 0.55% | - |
| HSV(B) | 10.29º | 0.55% | 0.75% | - |
| XYZ | 28.51 | 22 | 11.76 | - |
| YUV | 128.96 | 104.32 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 87 | 0 | 0.45 | 0.55 | 0.25 | 10.29 | 0.45 | 0.55 |
| Hex | C0 | 69 | 57 | 0 | 2D | 37 | 19 | A | 2D | 37 |
| Octal | 300 | 151 | 127 | 0 | 55 | 67 | 31 | 12 | 55 | 67 |
| Binary | 11000000 | 1101001 | 1010111 | 0 | 101101 | 110111 | 11001 | 1010 | 101101 | 110111 |
Color Harmonies of #C06957
Complementary color
Monochromatic Colors of #C06957
Black with #C06957
Text Example
Text Example
White with #C06957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06957; }
p { color: rgb(192,105,87); }
H1.HeaderClassName
{
color: #C06957;
}
.AnyTagClassName
{
color: #C06957;
}
</style>
background-color css
<style>
a { background-color: #C06957; }
a { background-color: rgb(192,105,87); }
div.DivClassName
{
background-color: #C06957;
}
.BgClassName
{
background-color: #C06957;
}
</style>
border-color css
<style>
span { border-color: #C06957; }
span { border-color: rgb(192,105,87); }
td.TdClassName
{
border-color: #C06957;
}
.TagClassName
{
border-color: #C06957;
}
</style>