Shades of Sunglo #C76651
Tints of Sunglo #C76651
RGB
CMYK
RGB Variations
Color information
#C76651 (or 0xC76651) is known color: Sunglo. HEX triplet: C7, 66 and 51. RGB value is (199,102,81). Sum of RGB (Red+Green+Blue) = 199+102+81=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C76651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76651 is #3899AE. Grayscale: #808080. Windows color (decimal): -3709359 or 5334727. OLE color: 5334727.
HSL color Cylindrical-coordinate representation of color #C76651: hue angle of 10.68º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C76651 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 81 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.22 |
| HSL | 10.68º | 0.51% | 0.55% | - |
| HSV(B) | 10.68º | 0.59% | 0.78% | - |
| XYZ | 29.79 | 22.24 | 10.51 | - |
| YUV | 128.61 | 101.14 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 81 | 0 | 0.49 | 0.59 | 0.22 | 10.68 | 0.51 | 0.55 |
| Hex | C7 | 66 | 51 | 0 | 31 | 3B | 16 | B | 33 | 37 |
| Octal | 307 | 146 | 121 | 0 | 61 | 73 | 26 | 13 | 63 | 67 |
| Binary | 11000111 | 1100110 | 1010001 | 0 | 110001 | 111011 | 10110 | 1011 | 110011 | 110111 |
Color Harmonies of #C76651
Complementary color
Monochromatic Colors of #C76651
Black with #C76651
Text Example
Text Example
White with #C76651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76651; }
p { color: rgb(199,102,81); }
H1.HeaderClassName
{
color: #C76651;
}
.AnyTagClassName
{
color: #C76651;
}
</style>
background-color css
<style>
a { background-color: #C76651; }
a { background-color: rgb(199,102,81); }
div.DivClassName
{
background-color: #C76651;
}
.BgClassName
{
background-color: #C76651;
}
</style>
border-color css
<style>
span { border-color: #C76651; }
span { border-color: rgb(199,102,81); }
td.TdClassName
{
border-color: #C76651;
}
.TagClassName
{
border-color: #C76651;
}
</style>