Shades of Sunglo #C66150
Tints of Sunglo #C66150
RGB
CMYK
RGB Variations
Color information
#C66150 (or 0xC66150) is known color: Sunglo. HEX triplet: C6, 61 and 50. RGB value is (198,97,80). Sum of RGB (Red+Green+Blue) = 198+97+80=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C66150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66150 is #399EAF. Grayscale: #7D7D7D. Windows color (decimal): -3776176 or 5267910. OLE color: 5267910.
HSL color Cylindrical-coordinate representation of color #C66150: hue angle of 8.64º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C66150 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 97 | 80 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.22 |
| HSL | 8.64º | 0.51% | 0.55% | - |
| HSV(B) | 8.64º | 0.6% | 0.78% | - |
| XYZ | 29.01 | 21.13 | 10.14 | - |
| YUV | 125.26 | 102.46 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 97 | 80 | 0 | 0.51 | 0.60 | 0.22 | 8.64 | 0.51 | 0.55 |
| Hex | C6 | 61 | 50 | 0 | 33 | 3C | 16 | 9 | 33 | 37 |
| Octal | 306 | 141 | 120 | 0 | 63 | 74 | 26 | 11 | 63 | 67 |
| Binary | 11000110 | 1100001 | 1010000 | 0 | 110011 | 111100 | 10110 | 1001 | 110011 | 110111 |
Color Harmonies of #C66150
Complementary color
Monochromatic Colors of #C66150
Black with #C66150
Text Example
Text Example
White with #C66150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66150; }
p { color: rgb(198,97,80); }
H1.HeaderClassName
{
color: #C66150;
}
.AnyTagClassName
{
color: #C66150;
}
</style>
background-color css
<style>
a { background-color: #C66150; }
a { background-color: rgb(198,97,80); }
div.DivClassName
{
background-color: #C66150;
}
.BgClassName
{
background-color: #C66150;
}
</style>
border-color css
<style>
span { border-color: #C66150; }
span { border-color: rgb(198,97,80); }
td.TdClassName
{
border-color: #C66150;
}
.TagClassName
{
border-color: #C66150;
}
</style>