Shades of Sunglo #C06257
Tints of Sunglo #C06257
RGB
CMYK
RGB Variations
Color information
#C06257 (or 0xC06257) is known color: Sunglo. HEX triplet: C0, 62 and 57. RGB value is (192,98,87). Sum of RGB (Red+Green+Blue) = 192+98+87=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C06257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06257 is #3F9DA8. Grayscale: #7C7C7C. Windows color (decimal): -4169129 or 5726912. OLE color: 5726912.
HSL color Cylindrical-coordinate representation of color #C06257: hue angle of 6.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 #C06257 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 98 | 87 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.25 |
| HSL | 6.29º | 0.45% | 0.55% | - |
| HSV(B) | 6.29º | 0.55% | 0.75% | - |
| XYZ | 27.83 | 20.63 | 11.53 | - |
| YUV | 124.85 | 106.64 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 87 | 0 | 0.49 | 0.55 | 0.25 | 6.29 | 0.45 | 0.55 |
| Hex | C0 | 62 | 57 | 0 | 31 | 37 | 19 | 6 | 2D | 37 |
| Octal | 300 | 142 | 127 | 0 | 61 | 67 | 31 | 6 | 55 | 67 |
| Binary | 11000000 | 1100010 | 1010111 | 0 | 110001 | 110111 | 11001 | 110 | 101101 | 110111 |
Color Harmonies of #C06257
Complementary color
Monochromatic Colors of #C06257
Black with #C06257
Text Example
Text Example
White with #C06257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06257; }
p { color: rgb(192,98,87); }
H1.HeaderClassName
{
color: #C06257;
}
.AnyTagClassName
{
color: #C06257;
}
</style>
background-color css
<style>
a { background-color: #C06257; }
a { background-color: rgb(192,98,87); }
div.DivClassName
{
background-color: #C06257;
}
.BgClassName
{
background-color: #C06257;
}
</style>
border-color css
<style>
span { border-color: #C06257; }
span { border-color: rgb(192,98,87); }
td.TdClassName
{
border-color: #C06257;
}
.TagClassName
{
border-color: #C06257;
}
</style>