Shades of Sunglo #C0625E
Tints of Sunglo #C0625E
RGB
CMYK
RGB Variations
Color information
#C0625E (or 0xC0625E) is known color: Sunglo. HEX triplet: C0, 62 and 5E. RGB value is (192,98,94). Sum of RGB (Red+Green+Blue) = 192+98+94=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C0625E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0625E is #3F9DA1. Grayscale: #7D7D7D. Windows color (decimal): -4169122 or 6185664. OLE color: 6185664.
HSL color Cylindrical-coordinate representation of color #C0625E: hue angle of 2.45º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0625E is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 98 | 94 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.25 |
| HSL | 2.45º | 0.44% | 0.56% | - |
| HSV(B) | 2.45º | 0.51% | 0.75% | - |
| XYZ | 28.13 | 20.75 | 13.11 | - |
| YUV | 125.65 | 110.14 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 94 | 0 | 0.49 | 0.51 | 0.25 | 2.45 | 0.44 | 0.56 |
| Hex | C0 | 62 | 5E | 0 | 31 | 33 | 19 | 2 | 2C | 38 |
| Octal | 300 | 142 | 136 | 0 | 61 | 63 | 31 | 2 | 54 | 70 |
| Binary | 11000000 | 1100010 | 1011110 | 0 | 110001 | 110011 | 11001 | 10 | 101100 | 111000 |
Color Harmonies of #C0625E
Complementary color
Monochromatic Colors of #C0625E
Black with #C0625E
Text Example
Text Example
White with #C0625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0625E; }
p { color: rgb(192,98,94); }
H1.HeaderClassName
{
color: #C0625E;
}
.AnyTagClassName
{
color: #C0625E;
}
</style>
background-color css
<style>
a { background-color: #C0625E; }
a { background-color: rgb(192,98,94); }
div.DivClassName
{
background-color: #C0625E;
}
.BgClassName
{
background-color: #C0625E;
}
</style>
border-color css
<style>
span { border-color: #C0625E; }
span { border-color: rgb(192,98,94); }
td.TdClassName
{
border-color: #C0625E;
}
.TagClassName
{
border-color: #C0625E;
}
</style>