Shades of Sunglo #C66550
Tints of Sunglo #C66550
RGB
CMYK
RGB Variations
Color information
#C66550 (or 0xC66550) is known color: Sunglo. HEX triplet: C6, 65 and 50. RGB value is (198,101,80). Sum of RGB (Red+Green+Blue) = 198+101+80=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C66550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66550 is #399AAF. Grayscale: #7F7F7F. Windows color (decimal): -3775152 or 5268934. OLE color: 5268934.
HSL color Cylindrical-coordinate representation of color #C66550: hue angle of 10.68º 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 #C66550 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 80 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.22 |
| HSL | 10.68º | 0.51% | 0.55% | - |
| HSV(B) | 10.68º | 0.6% | 0.78% | - |
| XYZ | 29.39 | 21.89 | 10.27 | - |
| YUV | 127.61 | 101.14 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 80 | 0 | 0.49 | 0.60 | 0.22 | 10.68 | 0.51 | 0.55 |
| Hex | C6 | 65 | 50 | 0 | 31 | 3C | 16 | B | 33 | 37 |
| Octal | 306 | 145 | 120 | 0 | 61 | 74 | 26 | 13 | 63 | 67 |
| Binary | 11000110 | 1100101 | 1010000 | 0 | 110001 | 111100 | 10110 | 1011 | 110011 | 110111 |
Color Harmonies of #C66550
Complementary color
Monochromatic Colors of #C66550
Black with #C66550
Text Example
Text Example
White with #C66550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66550; }
p { color: rgb(198,101,80); }
H1.HeaderClassName
{
color: #C66550;
}
.AnyTagClassName
{
color: #C66550;
}
</style>
background-color css
<style>
a { background-color: #C66550; }
a { background-color: rgb(198,101,80); }
div.DivClassName
{
background-color: #C66550;
}
.BgClassName
{
background-color: #C66550;
}
</style>
border-color css
<style>
span { border-color: #C66550; }
span { border-color: rgb(198,101,80); }
td.TdClassName
{
border-color: #C66550;
}
.TagClassName
{
border-color: #C66550;
}
</style>