Shades of Sunglo #C66251
Tints of Sunglo #C66251
RGB
CMYK
RGB Variations
Color information
#C66251 (or 0xC66251) is known color: Sunglo. HEX triplet: C6, 62 and 51. RGB value is (198,98,81). Sum of RGB (Red+Green+Blue) = 198+98+81=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C66251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66251 is #399DAE. Grayscale: #7E7E7E. Windows color (decimal): -3775919 or 5333702. OLE color: 5333702.
HSL color Cylindrical-coordinate representation of color #C66251: hue angle of 8.72º 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 #C66251 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 98 | 81 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.22 |
| HSL | 8.72º | 0.51% | 0.55% | - |
| HSV(B) | 8.72º | 0.59% | 0.78% | - |
| XYZ | 29.14 | 21.34 | 10.37 | - |
| YUV | 125.96 | 102.63 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 81 | 0 | 0.51 | 0.59 | 0.22 | 8.72 | 0.51 | 0.55 |
| Hex | C6 | 62 | 51 | 0 | 33 | 3B | 16 | 9 | 33 | 37 |
| Octal | 306 | 142 | 121 | 0 | 63 | 73 | 26 | 11 | 63 | 67 |
| Binary | 11000110 | 1100010 | 1010001 | 0 | 110011 | 111011 | 10110 | 1001 | 110011 | 110111 |
Color Harmonies of #C66251
Complementary color
Monochromatic Colors of #C66251
Black with #C66251
Text Example
Text Example
White with #C66251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66251; }
p { color: rgb(198,98,81); }
H1.HeaderClassName
{
color: #C66251;
}
.AnyTagClassName
{
color: #C66251;
}
</style>
background-color css
<style>
a { background-color: #C66251; }
a { background-color: rgb(198,98,81); }
div.DivClassName
{
background-color: #C66251;
}
.BgClassName
{
background-color: #C66251;
}
</style>
border-color css
<style>
span { border-color: #C66251; }
span { border-color: rgb(198,98,81); }
td.TdClassName
{
border-color: #C66251;
}
.TagClassName
{
border-color: #C66251;
}
</style>