Shades of Sunglo #C36650
Tints of Sunglo #C36650
RGB
CMYK
RGB Variations
Color information
#C36650 (or 0xC36650) is known color: Sunglo. HEX triplet: C3, 66 and 50. RGB value is (195,102,80). Sum of RGB (Red+Green+Blue) = 195+102+80=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C36650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36650 is #3C99AF. Grayscale: #7F7F7F. Windows color (decimal): -3971504 or 5269187. OLE color: 5269187.
HSL color Cylindrical-coordinate representation of color #C36650: hue angle of 11.48º 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 #C36650 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 80 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.24 |
| HSL | 11.48º | 0.49% | 0.54% | - |
| HSV(B) | 11.48º | 0.59% | 0.76% | - |
| XYZ | 28.71 | 21.68 | 10.26 | - |
| YUV | 127.3 | 101.31 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 80 | 0 | 0.48 | 0.59 | 0.24 | 11.48 | 0.49 | 0.54 |
| Hex | C3 | 66 | 50 | 0 | 30 | 3B | 18 | B | 31 | 36 |
| Octal | 303 | 146 | 120 | 0 | 60 | 73 | 30 | 13 | 61 | 66 |
| Binary | 11000011 | 1100110 | 1010000 | 0 | 110000 | 111011 | 11000 | 1011 | 110001 | 110110 |
Color Harmonies of #C36650
Complementary color
Monochromatic Colors of #C36650
Black with #C36650
Text Example
Text Example
White with #C36650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36650; }
p { color: rgb(195,102,80); }
H1.HeaderClassName
{
color: #C36650;
}
.AnyTagClassName
{
color: #C36650;
}
</style>
background-color css
<style>
a { background-color: #C36650; }
a { background-color: rgb(195,102,80); }
div.DivClassName
{
background-color: #C36650;
}
.BgClassName
{
background-color: #C36650;
}
</style>
border-color css
<style>
span { border-color: #C36650; }
span { border-color: rgb(195,102,80); }
td.TdClassName
{
border-color: #C36650;
}
.TagClassName
{
border-color: #C36650;
}
</style>