Shades of Sunglo #C66051
Tints of Sunglo #C66051
RGB
CMYK
RGB Variations
Color information
#C66051 (or 0xC66051) is known color: Sunglo. HEX triplet: C6, 60 and 51. RGB value is (198,96,81). Sum of RGB (Red+Green+Blue) = 198+96+81=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C66051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66051 is #399FAE. Grayscale: #7C7C7C. Windows color (decimal): -3776431 or 5333190. OLE color: 5333190.
HSL color Cylindrical-coordinate representation of color #C66051: hue angle of 7.69º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C66051 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 96 | 81 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.22 |
| HSL | 7.69º | 0.51% | 0.55% | - |
| HSV(B) | 7.69º | 0.59% | 0.78% | - |
| XYZ | 28.96 | 20.97 | 10.31 | - |
| YUV | 124.79 | 103.29 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 81 | 0 | 0.52 | 0.59 | 0.22 | 7.69 | 0.51 | 0.55 |
| Hex | C6 | 60 | 51 | 0 | 34 | 3B | 16 | 8 | 33 | 37 |
| Octal | 306 | 140 | 121 | 0 | 64 | 73 | 26 | 10 | 63 | 67 |
| Binary | 11000110 | 1100000 | 1010001 | 0 | 110100 | 111011 | 10110 | 1000 | 110011 | 110111 |
Color Harmonies of #C66051
Complementary color
Monochromatic Colors of #C66051
Black with #C66051
Text Example
Text Example
White with #C66051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66051; }
p { color: rgb(198,96,81); }
H1.HeaderClassName
{
color: #C66051;
}
.AnyTagClassName
{
color: #C66051;
}
</style>
background-color css
<style>
a { background-color: #C66051; }
a { background-color: rgb(198,96,81); }
div.DivClassName
{
background-color: #C66051;
}
.BgClassName
{
background-color: #C66051;
}
</style>
border-color css
<style>
span { border-color: #C66051; }
span { border-color: rgb(198,96,81); }
td.TdClassName
{
border-color: #C66051;
}
.TagClassName
{
border-color: #C66051;
}
</style>