Shades of Sunglo #C0605E
Tints of Sunglo #C0605E
RGB
CMYK
RGB Variations
Color information
#C0605E (or 0xC0605E) is known color: Sunglo. HEX triplet: C0, 60 and 5E. RGB value is (192,96,94). Sum of RGB (Red+Green+Blue) = 192+96+94=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0605E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0605E is #3F9FA1. Grayscale: #7C7C7C. Windows color (decimal): -4169634 or 6185152. OLE color: 6185152.
HSL color Cylindrical-coordinate representation of color #C0605E: hue angle of 1.22º 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 #C0605E is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 94 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.25 |
| HSL | 1.22º | 0.44% | 0.56% | - |
| HSV(B) | 1.22º | 0.51% | 0.75% | - |
| XYZ | 27.94 | 20.38 | 13.05 | - |
| YUV | 124.48 | 110.8 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 94 | 0 | 0.50 | 0.51 | 0.25 | 1.22 | 0.44 | 0.56 |
| Hex | C0 | 60 | 5E | 0 | 32 | 33 | 19 | 1 | 2C | 38 |
| Octal | 300 | 140 | 136 | 0 | 62 | 63 | 31 | 1 | 54 | 70 |
| Binary | 11000000 | 1100000 | 1011110 | 0 | 110010 | 110011 | 11001 | 1 | 101100 | 111000 |
Color Harmonies of #C0605E
Complementary color
Monochromatic Colors of #C0605E
Black with #C0605E
Text Example
Text Example
White with #C0605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0605E; }
p { color: rgb(192,96,94); }
H1.HeaderClassName
{
color: #C0605E;
}
.AnyTagClassName
{
color: #C0605E;
}
</style>
background-color css
<style>
a { background-color: #C0605E; }
a { background-color: rgb(192,96,94); }
div.DivClassName
{
background-color: #C0605E;
}
.BgClassName
{
background-color: #C0605E;
}
</style>
border-color css
<style>
span { border-color: #C0605E; }
span { border-color: rgb(192,96,94); }
td.TdClassName
{
border-color: #C0605E;
}
.TagClassName
{
border-color: #C0605E;
}
</style>