Shades of Sunglo #C4685A
Tints of Sunglo #C4685A
RGB
CMYK
RGB Variations
Color information
#C4685A (or 0xC4685A) is known color: Sunglo. HEX triplet: C4, 68 and 5A. RGB value is (196,104,90). Sum of RGB (Red+Green+Blue) = 196+104+90=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4685A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4685A is #3B97A5. Grayscale: #828282. Windows color (decimal): -3905446 or 5925060. OLE color: 5925060.
HSL color Cylindrical-coordinate representation of color #C4685A: hue angle of 7.92º degrees, saturation: 0.47, 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 #C4685A is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 104 | 90 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.23 |
| HSL | 7.92º | 0.47% | 0.56% | - |
| HSV(B) | 7.92º | 0.54% | 0.77% | - |
| XYZ | 29.56 | 22.37 | 12.43 | - |
| YUV | 129.91 | 105.48 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 104 | 90 | 0 | 0.47 | 0.54 | 0.23 | 7.92 | 0.47 | 0.56 |
| Hex | C4 | 68 | 5A | 0 | 2F | 36 | 17 | 8 | 2F | 38 |
| Octal | 304 | 150 | 132 | 0 | 57 | 66 | 27 | 10 | 57 | 70 |
| Binary | 11000100 | 1101000 | 1011010 | 0 | 101111 | 110110 | 10111 | 1000 | 101111 | 111000 |
Color Harmonies of #C4685A
Complementary color
Monochromatic Colors of #C4685A
Black with #C4685A
Text Example
Text Example
White with #C4685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4685A; }
p { color: rgb(196,104,90); }
H1.HeaderClassName
{
color: #C4685A;
}
.AnyTagClassName
{
color: #C4685A;
}
</style>
background-color css
<style>
a { background-color: #C4685A; }
a { background-color: rgb(196,104,90); }
div.DivClassName
{
background-color: #C4685A;
}
.BgClassName
{
background-color: #C4685A;
}
</style>
border-color css
<style>
span { border-color: #C4685A; }
span { border-color: rgb(196,104,90); }
td.TdClassName
{
border-color: #C4685A;
}
.TagClassName
{
border-color: #C4685A;
}
</style>