Shades of Sunglo #C06650
Tints of Sunglo #C06650
RGB
CMYK
RGB Variations
Color information
#C06650 (or 0xC06650) is known color: Sunglo. HEX triplet: C0, 66 and 50. RGB value is (192,102,80). Sum of RGB (Red+Green+Blue) = 192+102+80=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C06650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06650 is #3F99AF. Grayscale: #7E7E7E. Windows color (decimal): -4168112 or 5269184. OLE color: 5269184.
HSL color Cylindrical-coordinate representation of color #C06650: hue angle of 11.79º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C06650 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 102 | 80 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.25 |
| HSL | 11.79º | 0.47% | 0.53% | - |
| HSV(B) | 11.79º | 0.58% | 0.75% | - |
| XYZ | 27.94 | 21.29 | 10.23 | - |
| YUV | 126.4 | 101.82 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 80 | 0 | 0.47 | 0.58 | 0.25 | 11.79 | 0.47 | 0.53 |
| Hex | C0 | 66 | 50 | 0 | 2F | 3A | 19 | C | 2F | 35 |
| Octal | 300 | 146 | 120 | 0 | 57 | 72 | 31 | 14 | 57 | 65 |
| Binary | 11000000 | 1100110 | 1010000 | 0 | 101111 | 111010 | 11001 | 1100 | 101111 | 110101 |
Color Harmonies of #C06650
Complementary color
Monochromatic Colors of #C06650
Black with #C06650
Text Example
Text Example
White with #C06650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06650; }
p { color: rgb(192,102,80); }
H1.HeaderClassName
{
color: #C06650;
}
.AnyTagClassName
{
color: #C06650;
}
</style>
background-color css
<style>
a { background-color: #C06650; }
a { background-color: rgb(192,102,80); }
div.DivClassName
{
background-color: #C06650;
}
.BgClassName
{
background-color: #C06650;
}
</style>
border-color css
<style>
span { border-color: #C06650; }
span { border-color: rgb(192,102,80); }
td.TdClassName
{
border-color: #C06650;
}
.TagClassName
{
border-color: #C06650;
}
</style>