Shades of Sunglo #C36B55
Tints of Sunglo #C36B55
RGB
CMYK
RGB Variations
Color information
#C36B55 (or 0xC36B55) is known color: Sunglo. HEX triplet: C3, 6B and 55. RGB value is (195,107,85). Sum of RGB (Red+Green+Blue) = 195+107+85=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36B55 is #3C94AA. Grayscale: #828282. Windows color (decimal): -3970219 or 5598147. OLE color: 5598147.
HSL color Cylindrical-coordinate representation of color #C36B55: hue angle of 12º 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 #C36B55 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 107 | 85 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.24 |
| HSL | 12º | 0.48% | 0.55% | - |
| HSV(B) | 12º | 0.56% | 0.76% | - |
| XYZ | 29.4 | 22.77 | 11.44 | - |
| YUV | 130.8 | 102.15 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 85 | 0 | 0.45 | 0.56 | 0.24 | 12 | 0.48 | 0.55 |
| Hex | C3 | 6B | 55 | 0 | 2D | 38 | 18 | C | 30 | 37 |
| Octal | 303 | 153 | 125 | 0 | 55 | 70 | 30 | 14 | 60 | 67 |
| Binary | 11000011 | 1101011 | 1010101 | 0 | 101101 | 111000 | 11000 | 1100 | 110000 | 110111 |
Color Harmonies of #C36B55
Complementary color
Monochromatic Colors of #C36B55
Black with #C36B55
Text Example
Text Example
White with #C36B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36B55; }
p { color: rgb(195,107,85); }
H1.HeaderClassName
{
color: #C36B55;
}
.AnyTagClassName
{
color: #C36B55;
}
</style>
background-color css
<style>
a { background-color: #C36B55; }
a { background-color: rgb(195,107,85); }
div.DivClassName
{
background-color: #C36B55;
}
.BgClassName
{
background-color: #C36B55;
}
</style>
border-color css
<style>
span { border-color: #C36B55; }
span { border-color: rgb(195,107,85); }
td.TdClassName
{
border-color: #C36B55;
}
.TagClassName
{
border-color: #C36B55;
}
</style>