Shades of Sunglo #C36B5B
Tints of Sunglo #C36B5B
RGB
CMYK
RGB Variations
Color information
#C36B5B (or 0xC36B5B) is known color: Sunglo. HEX triplet: C3, 6B and 5B. RGB value is (195,107,91). Sum of RGB (Red+Green+Blue) = 195+107+91=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36B5B is #3C94A4. Grayscale: #838383. Windows color (decimal): -3970213 or 5991363. OLE color: 5991363.
HSL color Cylindrical-coordinate representation of color #C36B5B: hue angle of 9.23º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C36B5B is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 107 | 91 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.24 |
| HSL | 9.23º | 0.46% | 0.56% | - |
| HSV(B) | 9.23º | 0.53% | 0.76% | - |
| XYZ | 29.65 | 22.87 | 12.75 | - |
| YUV | 131.49 | 105.15 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 91 | 0 | 0.45 | 0.53 | 0.24 | 9.23 | 0.46 | 0.56 |
| Hex | C3 | 6B | 5B | 0 | 2D | 35 | 18 | 9 | 2E | 38 |
| Octal | 303 | 153 | 133 | 0 | 55 | 65 | 30 | 11 | 56 | 70 |
| Binary | 11000011 | 1101011 | 1011011 | 0 | 101101 | 110101 | 11000 | 1001 | 101110 | 111000 |
Color Harmonies of #C36B5B
Complementary color
Monochromatic Colors of #C36B5B
Black with #C36B5B
Text Example
Text Example
White with #C36B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36B5B; }
p { color: rgb(195,107,91); }
H1.HeaderClassName
{
color: #C36B5B;
}
.AnyTagClassName
{
color: #C36B5B;
}
</style>
background-color css
<style>
a { background-color: #C36B5B; }
a { background-color: rgb(195,107,91); }
div.DivClassName
{
background-color: #C36B5B;
}
.BgClassName
{
background-color: #C36B5B;
}
</style>
border-color css
<style>
span { border-color: #C36B5B; }
span { border-color: rgb(195,107,91); }
td.TdClassName
{
border-color: #C36B5B;
}
.TagClassName
{
border-color: #C36B5B;
}
</style>