Shades of Sunglo #C76452
Tints of Sunglo #C76452
RGB
CMYK
RGB Variations
Color information
#C76452 (or 0xC76452) is known color: Sunglo. HEX triplet: C7, 64 and 52. RGB value is (199,100,82). Sum of RGB (Red+Green+Blue) = 199+100+82=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C76452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76452 is #389BAD. Grayscale: #7F7F7F. Windows color (decimal): -3709870 or 5399751. OLE color: 5399751.
HSL color Cylindrical-coordinate representation of color #C76452: hue angle of 9.23º 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 #C76452 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 82 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.22 |
| HSL | 9.23º | 0.51% | 0.55% | - |
| HSV(B) | 9.23º | 0.59% | 0.78% | - |
| XYZ | 29.63 | 21.87 | 10.64 | - |
| YUV | 127.55 | 102.3 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 82 | 0 | 0.50 | 0.59 | 0.22 | 9.23 | 0.51 | 0.55 |
| Hex | C7 | 64 | 52 | 0 | 32 | 3B | 16 | 9 | 33 | 37 |
| Octal | 307 | 144 | 122 | 0 | 62 | 73 | 26 | 11 | 63 | 67 |
| Binary | 11000111 | 1100100 | 1010010 | 0 | 110010 | 111011 | 10110 | 1001 | 110011 | 110111 |
Color Harmonies of #C76452
Complementary color
Monochromatic Colors of #C76452
Black with #C76452
Text Example
Text Example
White with #C76452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76452; }
p { color: rgb(199,100,82); }
H1.HeaderClassName
{
color: #C76452;
}
.AnyTagClassName
{
color: #C76452;
}
</style>
background-color css
<style>
a { background-color: #C76452; }
a { background-color: rgb(199,100,82); }
div.DivClassName
{
background-color: #C76452;
}
.BgClassName
{
background-color: #C76452;
}
</style>
border-color css
<style>
span { border-color: #C76452; }
span { border-color: rgb(199,100,82); }
td.TdClassName
{
border-color: #C76452;
}
.TagClassName
{
border-color: #C76452;
}
</style>