Shades of Sunglo #C0625B
Tints of Sunglo #C0625B
RGB
CMYK
RGB Variations
Color information
#C0625B (or 0xC0625B) is known color: Sunglo. HEX triplet: C0, 62 and 5B. RGB value is (192,98,91). Sum of RGB (Red+Green+Blue) = 192+98+91=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C0625B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0625B is #3F9DA4. Grayscale: #7D7D7D. Windows color (decimal): -4169125 or 5989056. OLE color: 5989056.
HSL color Cylindrical-coordinate representation of color #C0625B: hue angle of 4.16º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0625B is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 98 | 91 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.25 |
| HSL | 4.16º | 0.44% | 0.55% | - |
| HSV(B) | 4.16º | 0.53% | 0.75% | - |
| XYZ | 27.99 | 20.7 | 12.42 | - |
| YUV | 125.31 | 108.64 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 91 | 0 | 0.49 | 0.53 | 0.25 | 4.16 | 0.44 | 0.55 |
| Hex | C0 | 62 | 5B | 0 | 31 | 35 | 19 | 4 | 2C | 37 |
| Octal | 300 | 142 | 133 | 0 | 61 | 65 | 31 | 4 | 54 | 67 |
| Binary | 11000000 | 1100010 | 1011011 | 0 | 110001 | 110101 | 11001 | 100 | 101100 | 110111 |
Color Harmonies of #C0625B
Complementary color
Monochromatic Colors of #C0625B
Black with #C0625B
Text Example
Text Example
White with #C0625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0625B; }
p { color: rgb(192,98,91); }
H1.HeaderClassName
{
color: #C0625B;
}
.AnyTagClassName
{
color: #C0625B;
}
</style>
background-color css
<style>
a { background-color: #C0625B; }
a { background-color: rgb(192,98,91); }
div.DivClassName
{
background-color: #C0625B;
}
.BgClassName
{
background-color: #C0625B;
}
</style>
border-color css
<style>
span { border-color: #C0625B; }
span { border-color: rgb(192,98,91); }
td.TdClassName
{
border-color: #C0625B;
}
.TagClassName
{
border-color: #C0625B;
}
</style>