Shades of Sunglo #C76952
Tints of Sunglo #C76952
RGB
CMYK
RGB Variations
Color information
#C76952 (or 0xC76952) is known color: Sunglo. HEX triplet: C7, 69 and 52. RGB value is (199,105,82). Sum of RGB (Red+Green+Blue) = 199+105+82=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C76952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76952 is #3896AD. Grayscale: #828282. Windows color (decimal): -3708590 or 5401031. OLE color: 5401031.
HSL color Cylindrical-coordinate representation of color #C76952: hue angle of 11.79º 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 #C76952 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 82 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.22 |
| HSL | 11.79º | 0.51% | 0.55% | - |
| HSV(B) | 11.79º | 0.59% | 0.78% | - |
| XYZ | 30.13 | 22.85 | 10.81 | - |
| YUV | 130.48 | 100.64 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 82 | 0 | 0.47 | 0.59 | 0.22 | 11.79 | 0.51 | 0.55 |
| Hex | C7 | 69 | 52 | 0 | 2F | 3B | 16 | C | 33 | 37 |
| Octal | 307 | 151 | 122 | 0 | 57 | 73 | 26 | 14 | 63 | 67 |
| Binary | 11000111 | 1101001 | 1010010 | 0 | 101111 | 111011 | 10110 | 1100 | 110011 | 110111 |
Color Harmonies of #C76952
Complementary color
Monochromatic Colors of #C76952
Black with #C76952
Text Example
Text Example
White with #C76952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76952; }
p { color: rgb(199,105,82); }
H1.HeaderClassName
{
color: #C76952;
}
.AnyTagClassName
{
color: #C76952;
}
</style>
background-color css
<style>
a { background-color: #C76952; }
a { background-color: rgb(199,105,82); }
div.DivClassName
{
background-color: #C76952;
}
.BgClassName
{
background-color: #C76952;
}
</style>
border-color css
<style>
span { border-color: #C76952; }
span { border-color: rgb(199,105,82); }
td.TdClassName
{
border-color: #C76952;
}
.TagClassName
{
border-color: #C76952;
}
</style>