Shades of Sunglo #C36056
Tints of Sunglo #C36056
RGB
CMYK
RGB Variations
Color information
#C36056 (or 0xC36056) is known color: Sunglo. HEX triplet: C3, 60 and 56. RGB value is (195,96,86). Sum of RGB (Red+Green+Blue) = 195+96+86=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C36056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36056 is #3C9FA9. Grayscale: #7C7C7C. Windows color (decimal): -3973034 or 5660867. OLE color: 5660867.
HSL color Cylindrical-coordinate representation of color #C36056: hue angle of 5.5º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C36056 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 96 | 86 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.24 |
| HSL | 5.5º | 0.48% | 0.55% | - |
| HSV(B) | 5.5º | 0.56% | 0.76% | - |
| XYZ | 28.37 | 20.64 | 11.29 | - |
| YUV | 124.46 | 106.3 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 86 | 0 | 0.51 | 0.56 | 0.24 | 5.5 | 0.48 | 0.55 |
| Hex | C3 | 60 | 56 | 0 | 33 | 38 | 18 | 6 | 30 | 37 |
| Octal | 303 | 140 | 126 | 0 | 63 | 70 | 30 | 6 | 60 | 67 |
| Binary | 11000011 | 1100000 | 1010110 | 0 | 110011 | 111000 | 11000 | 110 | 110000 | 110111 |
Color Harmonies of #C36056
Complementary color
Monochromatic Colors of #C36056
Black with #C36056
Text Example
Text Example
White with #C36056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36056; }
p { color: rgb(195,96,86); }
H1.HeaderClassName
{
color: #C36056;
}
.AnyTagClassName
{
color: #C36056;
}
</style>
background-color css
<style>
a { background-color: #C36056; }
a { background-color: rgb(195,96,86); }
div.DivClassName
{
background-color: #C36056;
}
.BgClassName
{
background-color: #C36056;
}
</style>
border-color css
<style>
span { border-color: #C36056; }
span { border-color: rgb(195,96,86); }
td.TdClassName
{
border-color: #C36056;
}
.TagClassName
{
border-color: #C36056;
}
</style>