Shades of Sunglo #C5664E
Tints of Sunglo #C5664E
RGB
CMYK
RGB Variations
Color information
#C5664E (or 0xC5664E) is known color: Sunglo. HEX triplet: C5, 66 and 4E. RGB value is (197,102,78). Sum of RGB (Red+Green+Blue) = 197+102+78=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5664E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5664E is #3A99B1. Grayscale: #7F7F7F. Windows color (decimal): -3840434 or 5138117. OLE color: 5138117.
HSL color Cylindrical-coordinate representation of color #C5664E: hue angle of 12.1º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5664E is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 78 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.23 |
| HSL | 12.1º | 0.51% | 0.54% | - |
| HSV(B) | 12.1º | 0.6% | 0.77% | - |
| XYZ | 29.15 | 21.92 | 9.9 | - |
| YUV | 127.67 | 99.97 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 78 | 0 | 0.48 | 0.60 | 0.23 | 12.1 | 0.51 | 0.54 |
| Hex | C5 | 66 | 4E | 0 | 30 | 3C | 17 | C | 33 | 36 |
| Octal | 305 | 146 | 116 | 0 | 60 | 74 | 27 | 14 | 63 | 66 |
| Binary | 11000101 | 1100110 | 1001110 | 0 | 110000 | 111100 | 10111 | 1100 | 110011 | 110110 |
Color Harmonies of #C5664E
Complementary color
Monochromatic Colors of #C5664E
Black with #C5664E
Text Example
Text Example
White with #C5664E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5664E; }
p { color: rgb(197,102,78); }
H1.HeaderClassName
{
color: #C5664E;
}
.AnyTagClassName
{
color: #C5664E;
}
</style>
background-color css
<style>
a { background-color: #C5664E; }
a { background-color: rgb(197,102,78); }
div.DivClassName
{
background-color: #C5664E;
}
.BgClassName
{
background-color: #C5664E;
}
</style>
border-color css
<style>
span { border-color: #C5664E; }
span { border-color: rgb(197,102,78); }
td.TdClassName
{
border-color: #C5664E;
}
.TagClassName
{
border-color: #C5664E;
}
</style>