Shades of Sunglo #C0605B
Tints of Sunglo #C0605B
RGB
CMYK
RGB Variations
Color information
#C0605B (or 0xC0605B) is known color: Sunglo. HEX triplet: C0, 60 and 5B. RGB value is (192,96,91). Sum of RGB (Red+Green+Blue) = 192+96+91=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C0605B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0605B is #3F9FA4. Grayscale: #7C7C7C. Windows color (decimal): -4169637 or 5988544. OLE color: 5988544.
HSL color Cylindrical-coordinate representation of color #C0605B: hue angle of 2.97º 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 #C0605B is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 91 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.25 |
| HSL | 2.97º | 0.44% | 0.55% | - |
| HSV(B) | 2.97º | 0.53% | 0.75% | - |
| XYZ | 27.81 | 20.33 | 12.36 | - |
| YUV | 124.13 | 109.3 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 91 | 0 | 0.50 | 0.53 | 0.25 | 2.97 | 0.44 | 0.55 |
| Hex | C0 | 60 | 5B | 0 | 32 | 35 | 19 | 3 | 2C | 37 |
| Octal | 300 | 140 | 133 | 0 | 62 | 65 | 31 | 3 | 54 | 67 |
| Binary | 11000000 | 1100000 | 1011011 | 0 | 110010 | 110101 | 11001 | 11 | 101100 | 110111 |
Color Harmonies of #C0605B
Complementary color
Monochromatic Colors of #C0605B
Black with #C0605B
Text Example
Text Example
White with #C0605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0605B; }
p { color: rgb(192,96,91); }
H1.HeaderClassName
{
color: #C0605B;
}
.AnyTagClassName
{
color: #C0605B;
}
</style>
background-color css
<style>
a { background-color: #C0605B; }
a { background-color: rgb(192,96,91); }
div.DivClassName
{
background-color: #C0605B;
}
.BgClassName
{
background-color: #C0605B;
}
</style>
border-color css
<style>
span { border-color: #C0605B; }
span { border-color: rgb(192,96,91); }
td.TdClassName
{
border-color: #C0605B;
}
.TagClassName
{
border-color: #C0605B;
}
</style>