Shades of Sunglo #C06951
Tints of Sunglo #C06951
RGB
CMYK
RGB Variations
Color information
#C06951 (or 0xC06951) is known color: Sunglo. HEX triplet: C0, 69 and 51. RGB value is (192,105,81). Sum of RGB (Red+Green+Blue) = 192+105+81=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C06951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06951 is #3F96AE. Grayscale: #808080. Windows color (decimal): -4167343 or 5335488. OLE color: 5335488.
HSL color Cylindrical-coordinate representation of color #C06951: hue angle of 12.97º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C06951 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 105 | 81 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.25 |
| HSL | 12.97º | 0.47% | 0.54% | - |
| HSV(B) | 12.97º | 0.58% | 0.75% | - |
| XYZ | 28.28 | 21.9 | 10.52 | - |
| YUV | 128.28 | 101.32 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 81 | 0 | 0.45 | 0.58 | 0.25 | 12.97 | 0.47 | 0.54 |
| Hex | C0 | 69 | 51 | 0 | 2D | 3A | 19 | D | 2F | 36 |
| Octal | 300 | 151 | 121 | 0 | 55 | 72 | 31 | 15 | 57 | 66 |
| Binary | 11000000 | 1101001 | 1010001 | 0 | 101101 | 111010 | 11001 | 1101 | 101111 | 110110 |
Color Harmonies of #C06951
Complementary color
Monochromatic Colors of #C06951
Black with #C06951
Text Example
Text Example
White with #C06951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06951; }
p { color: rgb(192,105,81); }
H1.HeaderClassName
{
color: #C06951;
}
.AnyTagClassName
{
color: #C06951;
}
</style>
background-color css
<style>
a { background-color: #C06951; }
a { background-color: rgb(192,105,81); }
div.DivClassName
{
background-color: #C06951;
}
.BgClassName
{
background-color: #C06951;
}
</style>
border-color css
<style>
span { border-color: #C06951; }
span { border-color: rgb(192,105,81); }
td.TdClassName
{
border-color: #C06951;
}
.TagClassName
{
border-color: #C06951;
}
</style>