Shades of Sunglo #C36850
Tints of Sunglo #C36850
RGB
CMYK
RGB Variations
Color information
#C36850 (or 0xC36850) is known color: Sunglo. HEX triplet: C3, 68 and 50. RGB value is (195,104,80). Sum of RGB (Red+Green+Blue) = 195+104+80=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C36850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36850 is #3C97AF. Grayscale: #808080. Windows color (decimal): -3970992 or 5269699. OLE color: 5269699.
HSL color Cylindrical-coordinate representation of color #C36850: hue angle of 12.52º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C36850 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 104 | 80 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.24 |
| HSL | 12.52º | 0.49% | 0.54% | - |
| HSV(B) | 12.52º | 0.59% | 0.76% | - |
| XYZ | 28.9 | 22.08 | 10.33 | - |
| YUV | 128.47 | 100.65 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 80 | 0 | 0.47 | 0.59 | 0.24 | 12.52 | 0.49 | 0.54 |
| Hex | C3 | 68 | 50 | 0 | 2F | 3B | 18 | D | 31 | 36 |
| Octal | 303 | 150 | 120 | 0 | 57 | 73 | 30 | 15 | 61 | 66 |
| Binary | 11000011 | 1101000 | 1010000 | 0 | 101111 | 111011 | 11000 | 1101 | 110001 | 110110 |
Color Harmonies of #C36850
Complementary color
Monochromatic Colors of #C36850
Black with #C36850
Text Example
Text Example
White with #C36850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36850; }
p { color: rgb(195,104,80); }
H1.HeaderClassName
{
color: #C36850;
}
.AnyTagClassName
{
color: #C36850;
}
</style>
background-color css
<style>
a { background-color: #C36850; }
a { background-color: rgb(195,104,80); }
div.DivClassName
{
background-color: #C36850;
}
.BgClassName
{
background-color: #C36850;
}
</style>
border-color css
<style>
span { border-color: #C36850; }
span { border-color: rgb(195,104,80); }
td.TdClassName
{
border-color: #C36850;
}
.TagClassName
{
border-color: #C36850;
}
</style>