Shades of Sunglo #C86052
Tints of Sunglo #C86052
RGB
CMYK
RGB Variations
Color information
#C86052 (or 0xC86052) is known color: Sunglo. HEX triplet: C8, 60 and 52. RGB value is (200,96,82). Sum of RGB (Red+Green+Blue) = 200+96+82=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C86052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86052 is #379FAD. Grayscale: #7D7D7D. Windows color (decimal): -3645358 or 5398728. OLE color: 5398728.
HSL color Cylindrical-coordinate representation of color #C86052: hue angle of 7.12º degrees, saturation: 0.52, 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 #C86052 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 82 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.22 |
| HSL | 7.12º | 0.52% | 0.55% | - |
| HSV(B) | 7.12º | 0.59% | 0.78% | - |
| XYZ | 29.53 | 21.25 | 10.53 | - |
| YUV | 125.5 | 103.46 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 82 | 0 | 0.52 | 0.59 | 0.22 | 7.12 | 0.52 | 0.55 |
| Hex | C8 | 60 | 52 | 0 | 34 | 3B | 16 | 7 | 34 | 37 |
| Octal | 310 | 140 | 122 | 0 | 64 | 73 | 26 | 7 | 64 | 67 |
| Binary | 11001000 | 1100000 | 1010010 | 0 | 110100 | 111011 | 10110 | 111 | 110100 | 110111 |
Color Harmonies of #C86052
Complementary color
Monochromatic Colors of #C86052
Black with #C86052
Text Example
Text Example
White with #C86052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86052; }
p { color: rgb(200,96,82); }
H1.HeaderClassName
{
color: #C86052;
}
.AnyTagClassName
{
color: #C86052;
}
</style>
background-color css
<style>
a { background-color: #C86052; }
a { background-color: rgb(200,96,82); }
div.DivClassName
{
background-color: #C86052;
}
.BgClassName
{
background-color: #C86052;
}
</style>
border-color css
<style>
span { border-color: #C86052; }
span { border-color: rgb(200,96,82); }
td.TdClassName
{
border-color: #C86052;
}
.TagClassName
{
border-color: #C86052;
}
</style>