Shades of Sunglo #C0605C
Tints of Sunglo #C0605C
RGB
CMYK
RGB Variations
Color information
#C0605C (or 0xC0605C) is known color: Sunglo. HEX triplet: C0, 60 and 5C. RGB value is (192,96,92). Sum of RGB (Red+Green+Blue) = 192+96+92=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C0605C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0605C is #3F9FA3. Grayscale: #7C7C7C. Windows color (decimal): -4169636 or 6054080. OLE color: 6054080.
HSL color Cylindrical-coordinate representation of color #C0605C: hue angle of 2.4º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0605C is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 92 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.25 |
| HSL | 2.4º | 0.44% | 0.56% | - |
| HSV(B) | 2.4º | 0.52% | 0.75% | - |
| XYZ | 27.85 | 20.34 | 12.58 | - |
| YUV | 124.25 | 109.8 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 92 | 0 | 0.50 | 0.52 | 0.25 | 2.4 | 0.44 | 0.56 |
| Hex | C0 | 60 | 5C | 0 | 32 | 34 | 19 | 2 | 2C | 38 |
| Octal | 300 | 140 | 134 | 0 | 62 | 64 | 31 | 2 | 54 | 70 |
| Binary | 11000000 | 1100000 | 1011100 | 0 | 110010 | 110100 | 11001 | 10 | 101100 | 111000 |
Color Harmonies of #C0605C
Complementary color
Monochromatic Colors of #C0605C
Black with #C0605C
Text Example
Text Example
White with #C0605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0605C; }
p { color: rgb(192,96,92); }
H1.HeaderClassName
{
color: #C0605C;
}
.AnyTagClassName
{
color: #C0605C;
}
</style>
background-color css
<style>
a { background-color: #C0605C; }
a { background-color: rgb(192,96,92); }
div.DivClassName
{
background-color: #C0605C;
}
.BgClassName
{
background-color: #C0605C;
}
</style>
border-color css
<style>
span { border-color: #C0605C; }
span { border-color: rgb(192,96,92); }
td.TdClassName
{
border-color: #C0605C;
}
.TagClassName
{
border-color: #C0605C;
}
</style>