Shades of Sunglo #C5654D
Tints of Sunglo #C5654D
RGB
CMYK
RGB Variations
Color information
#C5654D (or 0xC5654D) is known color: Sunglo. HEX triplet: C5, 65 and 4D. RGB value is (197,101,77). Sum of RGB (Red+Green+Blue) = 197+101+77=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C5654D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5654D is #3A9AB2. Grayscale: #7F7F7F. Windows color (decimal): -3840691 or 5072325. OLE color: 5072325.
HSL color Cylindrical-coordinate representation of color #C5654D: hue angle of 12º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5654D is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 77 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.23 |
| HSL | 12º | 0.51% | 0.54% | - |
| HSV(B) | 12º | 0.61% | 0.77% | - |
| XYZ | 29.02 | 21.71 | 9.68 | - |
| YUV | 126.97 | 99.8 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 77 | 0 | 0.49 | 0.61 | 0.23 | 12 | 0.51 | 0.54 |
| Hex | C5 | 65 | 4D | 0 | 31 | 3D | 17 | C | 33 | 36 |
| Octal | 305 | 145 | 115 | 0 | 61 | 75 | 27 | 14 | 63 | 66 |
| Binary | 11000101 | 1100101 | 1001101 | 0 | 110001 | 111101 | 10111 | 1100 | 110011 | 110110 |
Color Harmonies of #C5654D
Complementary color
Monochromatic Colors of #C5654D
Black with #C5654D
Text Example
Text Example
White with #C5654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5654D; }
p { color: rgb(197,101,77); }
H1.HeaderClassName
{
color: #C5654D;
}
.AnyTagClassName
{
color: #C5654D;
}
</style>
background-color css
<style>
a { background-color: #C5654D; }
a { background-color: rgb(197,101,77); }
div.DivClassName
{
background-color: #C5654D;
}
.BgClassName
{
background-color: #C5654D;
}
</style>
border-color css
<style>
span { border-color: #C5654D; }
span { border-color: rgb(197,101,77); }
td.TdClassName
{
border-color: #C5654D;
}
.TagClassName
{
border-color: #C5654D;
}
</style>