Shades of Sunglo #C56651
Tints of Sunglo #C56651
RGB
CMYK
RGB Variations
Color information
#C56651 (or 0xC56651) is known color: Sunglo. HEX triplet: C5, 66 and 51. RGB value is (197,102,81). Sum of RGB (Red+Green+Blue) = 197+102+81=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 81 (32.03% from 255 or 21.32% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C56651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56651 is #3A99AE. Grayscale: #808080. Windows color (decimal): -3840431 or 5334725. OLE color: 5334725.
HSL color Cylindrical-coordinate representation of color #C56651: hue angle of 10.86º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C56651 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 81 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.23 |
| HSL | 10.86º | 0.5% | 0.55% | - |
| HSV(B) | 10.86º | 0.59% | 0.77% | - |
| XYZ | 29.26 | 21.97 | 10.48 | - |
| YUV | 128.01 | 101.47 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 81 | 0 | 0.48 | 0.59 | 0.23 | 10.86 | 0.5 | 0.55 |
| Hex | C5 | 66 | 51 | 0 | 30 | 3B | 17 | B | 32 | 37 |
| Octal | 305 | 146 | 121 | 0 | 60 | 73 | 27 | 13 | 62 | 67 |
| Binary | 11000101 | 1100110 | 1010001 | 0 | 110000 | 111011 | 10111 | 1011 | 110010 | 110111 |
Color Harmonies of #C56651
Complementary color
Monochromatic Colors of #C56651
Black with #C56651
Text Example
Text Example
White with #C56651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56651; }
p { color: rgb(197,102,81); }
H1.HeaderClassName
{
color: #C56651;
}
.AnyTagClassName
{
color: #C56651;
}
</style>
background-color css
<style>
a { background-color: #C56651; }
a { background-color: rgb(197,102,81); }
div.DivClassName
{
background-color: #C56651;
}
.BgClassName
{
background-color: #C56651;
}
</style>
border-color css
<style>
span { border-color: #C56651; }
span { border-color: rgb(197,102,81); }
td.TdClassName
{
border-color: #C56651;
}
.TagClassName
{
border-color: #C56651;
}
</style>