Shades of Sunglo #C5674F
Tints of Sunglo #C5674F
RGB
CMYK
RGB Variations
Color information
#C5674F (or 0xC5674F) is known color: Sunglo. HEX triplet: C5, 67 and 4F. RGB value is (197,103,79). Sum of RGB (Red+Green+Blue) = 197+103+79=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C5674F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5674F is #3A98B0. Grayscale: #808080. Windows color (decimal): -3840177 or 5203909. OLE color: 5203909.
HSL color Cylindrical-coordinate representation of color #C5674F: hue angle of 12.2º degrees, saturation: 0.5, 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 #C5674F is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 79 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.23 |
| HSL | 12.2º | 0.5% | 0.54% | - |
| HSV(B) | 12.2º | 0.6% | 0.77% | - |
| XYZ | 29.29 | 22.14 | 10.13 | - |
| YUV | 128.37 | 100.14 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 79 | 0 | 0.48 | 0.60 | 0.23 | 12.2 | 0.5 | 0.54 |
| Hex | C5 | 67 | 4F | 0 | 30 | 3C | 17 | C | 32 | 36 |
| Octal | 305 | 147 | 117 | 0 | 60 | 74 | 27 | 14 | 62 | 66 |
| Binary | 11000101 | 1100111 | 1001111 | 0 | 110000 | 111100 | 10111 | 1100 | 110010 | 110110 |
Color Harmonies of #C5674F
Complementary color
Monochromatic Colors of #C5674F
Black with #C5674F
Text Example
Text Example
White with #C5674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5674F; }
p { color: rgb(197,103,79); }
H1.HeaderClassName
{
color: #C5674F;
}
.AnyTagClassName
{
color: #C5674F;
}
</style>
background-color css
<style>
a { background-color: #C5674F; }
a { background-color: rgb(197,103,79); }
div.DivClassName
{
background-color: #C5674F;
}
.BgClassName
{
background-color: #C5674F;
}
</style>
border-color css
<style>
span { border-color: #C5674F; }
span { border-color: rgb(197,103,79); }
td.TdClassName
{
border-color: #C5674F;
}
.TagClassName
{
border-color: #C5674F;
}
</style>