Shades of Sunglo #C5655A
Tints of Sunglo #C5655A
RGB
CMYK
RGB Variations
Color information
#C5655A (or 0xC5655A) is known color: Sunglo. HEX triplet: C5, 65 and 5A. RGB value is (197,101,90). Sum of RGB (Red+Green+Blue) = 197+101+90=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5655A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5655A is #3A9AA5. Grayscale: #808080. Windows color (decimal): -3840678 or 5924293. OLE color: 5924293.
HSL color Cylindrical-coordinate representation of color #C5655A: hue angle of 6.17º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5655A is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 90 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.23 |
| HSL | 6.17º | 0.48% | 0.56% | - |
| HSV(B) | 6.17º | 0.54% | 0.77% | - |
| XYZ | 29.53 | 21.92 | 12.35 | - |
| YUV | 128.45 | 106.3 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 90 | 0 | 0.49 | 0.54 | 0.23 | 6.17 | 0.48 | 0.56 |
| Hex | C5 | 65 | 5A | 0 | 31 | 36 | 17 | 6 | 30 | 38 |
| Octal | 305 | 145 | 132 | 0 | 61 | 66 | 27 | 6 | 60 | 70 |
| Binary | 11000101 | 1100101 | 1011010 | 0 | 110001 | 110110 | 10111 | 110 | 110000 | 111000 |
Color Harmonies of #C5655A
Complementary color
Monochromatic Colors of #C5655A
Black with #C5655A
Text Example
Text Example
White with #C5655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5655A; }
p { color: rgb(197,101,90); }
H1.HeaderClassName
{
color: #C5655A;
}
.AnyTagClassName
{
color: #C5655A;
}
</style>
background-color css
<style>
a { background-color: #C5655A; }
a { background-color: rgb(197,101,90); }
div.DivClassName
{
background-color: #C5655A;
}
.BgClassName
{
background-color: #C5655A;
}
</style>
border-color css
<style>
span { border-color: #C5655A; }
span { border-color: rgb(197,101,90); }
td.TdClassName
{
border-color: #C5655A;
}
.TagClassName
{
border-color: #C5655A;
}
</style>