Shades of Sunglo #C7685F
Tints of Sunglo #C7685F
RGB
CMYK
RGB Variations
Color information
#C7685F (or 0xC7685F) is known color: Sunglo. HEX triplet: C7, 68 and 5F. RGB value is (199,104,95). Sum of RGB (Red+Green+Blue) = 199+104+95=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C7685F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7685F is #3897A0. Grayscale: #838383. Windows color (decimal): -3708833 or 6252743. OLE color: 6252743.
HSL color Cylindrical-coordinate representation of color #C7685F: hue angle of 5.19º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7685F is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 95 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.22 |
| HSL | 5.19º | 0.48% | 0.58% | - |
| HSV(B) | 5.19º | 0.52% | 0.78% | - |
| XYZ | 30.57 | 22.87 | 13.63 | - |
| YUV | 131.38 | 107.47 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 95 | 0 | 0.48 | 0.52 | 0.22 | 5.19 | 0.48 | 0.58 |
| Hex | C7 | 68 | 5F | 0 | 30 | 34 | 16 | 5 | 30 | 3A |
| Octal | 307 | 150 | 137 | 0 | 60 | 64 | 26 | 5 | 60 | 72 |
| Binary | 11000111 | 1101000 | 1011111 | 0 | 110000 | 110100 | 10110 | 101 | 110000 | 111010 |
Color Harmonies of #C7685F
Complementary color
Monochromatic Colors of #C7685F
Black with #C7685F
Text Example
Text Example
White with #C7685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7685F; }
p { color: rgb(199,104,95); }
H1.HeaderClassName
{
color: #C7685F;
}
.AnyTagClassName
{
color: #C7685F;
}
</style>
background-color css
<style>
a { background-color: #C7685F; }
a { background-color: rgb(199,104,95); }
div.DivClassName
{
background-color: #C7685F;
}
.BgClassName
{
background-color: #C7685F;
}
</style>
border-color css
<style>
span { border-color: #C7685F; }
span { border-color: rgb(199,104,95); }
td.TdClassName
{
border-color: #C7685F;
}
.TagClassName
{
border-color: #C7685F;
}
</style>