Shades of Sunglo #C36259
Tints of Sunglo #C36259
RGB
CMYK
RGB Variations
Color information
#C36259 (or 0xC36259) is known color: Sunglo. HEX triplet: C3, 62 and 59. RGB value is (195,98,89). Sum of RGB (Red+Green+Blue) = 195+98+89=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C36259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36259 is #3C9DA6. Grayscale: #7E7E7E. Windows color (decimal): -3972519 or 5857987. OLE color: 5857987.
HSL color Cylindrical-coordinate representation of color #C36259: hue angle of 5.09º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C36259 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 98 | 89 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.24 |
| HSL | 5.09º | 0.47% | 0.56% | - |
| HSV(B) | 5.09º | 0.54% | 0.76% | - |
| XYZ | 28.68 | 21.06 | 12 | - |
| YUV | 125.98 | 107.14 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 89 | 0 | 0.50 | 0.54 | 0.24 | 5.09 | 0.47 | 0.56 |
| Hex | C3 | 62 | 59 | 0 | 32 | 36 | 18 | 5 | 2F | 38 |
| Octal | 303 | 142 | 131 | 0 | 62 | 66 | 30 | 5 | 57 | 70 |
| Binary | 11000011 | 1100010 | 1011001 | 0 | 110010 | 110110 | 11000 | 101 | 101111 | 111000 |
Color Harmonies of #C36259
Complementary color
Monochromatic Colors of #C36259
Black with #C36259
Text Example
Text Example
White with #C36259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36259; }
p { color: rgb(195,98,89); }
H1.HeaderClassName
{
color: #C36259;
}
.AnyTagClassName
{
color: #C36259;
}
</style>
background-color css
<style>
a { background-color: #C36259; }
a { background-color: rgb(195,98,89); }
div.DivClassName
{
background-color: #C36259;
}
.BgClassName
{
background-color: #C36259;
}
</style>
border-color css
<style>
span { border-color: #C36259; }
span { border-color: rgb(195,98,89); }
td.TdClassName
{
border-color: #C36259;
}
.TagClassName
{
border-color: #C36259;
}
</style>