Shades of Sunglo #C46655
Tints of Sunglo #C46655
RGB
CMYK
RGB Variations
Color information
#C46655 (or 0xC46655) is known color: Sunglo. HEX triplet: C4, 66 and 55. RGB value is (196,102,85). Sum of RGB (Red+Green+Blue) = 196+102+85=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C46655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46655 is #3B99AA. Grayscale: #808080. Windows color (decimal): -3905963 or 5596868. OLE color: 5596868.
HSL color Cylindrical-coordinate representation of color #C46655: hue angle of 9.19º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C46655 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 102 | 85 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.23 |
| HSL | 9.19º | 0.48% | 0.55% | - |
| HSV(B) | 9.19º | 0.57% | 0.77% | - |
| XYZ | 29.16 | 21.89 | 11.28 | - |
| YUV | 128.17 | 103.64 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 85 | 0 | 0.48 | 0.57 | 0.23 | 9.19 | 0.48 | 0.55 |
| Hex | C4 | 66 | 55 | 0 | 30 | 39 | 17 | 9 | 30 | 37 |
| Octal | 304 | 146 | 125 | 0 | 60 | 71 | 27 | 11 | 60 | 67 |
| Binary | 11000100 | 1100110 | 1010101 | 0 | 110000 | 111001 | 10111 | 1001 | 110000 | 110111 |
Color Harmonies of #C46655
Complementary color
Monochromatic Colors of #C46655
Black with #C46655
Text Example
Text Example
White with #C46655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46655; }
p { color: rgb(196,102,85); }
H1.HeaderClassName
{
color: #C46655;
}
.AnyTagClassName
{
color: #C46655;
}
</style>
background-color css
<style>
a { background-color: #C46655; }
a { background-color: rgb(196,102,85); }
div.DivClassName
{
background-color: #C46655;
}
.BgClassName
{
background-color: #C46655;
}
</style>
border-color css
<style>
span { border-color: #C46655; }
span { border-color: rgb(196,102,85); }
td.TdClassName
{
border-color: #C46655;
}
.TagClassName
{
border-color: #C46655;
}
</style>