Shades of Sunglo #C15B51
Tints of Sunglo #C15B51
RGB
CMYK
RGB Variations
Color information
#C15B51 (or 0xC15B51) is known color: Sunglo. HEX triplet: C1, 5B and 51. RGB value is (193,91,81). Sum of RGB (Red+Green+Blue) = 193+91+81=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15B51 is #3EA4AE. Grayscale: #787878. Windows color (decimal): -4105391 or 5331905. OLE color: 5331905.
HSL color Cylindrical-coordinate representation of color #C15B51: hue angle of 5.36º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C15B51 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 91 | 81 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.24 |
| HSL | 5.36º | 0.47% | 0.54% | - |
| HSV(B) | 5.36º | 0.58% | 0.76% | - |
| XYZ | 27.22 | 19.41 | 10.1 | - |
| YUV | 120.36 | 105.79 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 91 | 81 | 0 | 0.53 | 0.58 | 0.24 | 5.36 | 0.47 | 0.54 |
| Hex | C1 | 5B | 51 | 0 | 35 | 3A | 18 | 5 | 2F | 36 |
| Octal | 301 | 133 | 121 | 0 | 65 | 72 | 30 | 5 | 57 | 66 |
| Binary | 11000001 | 1011011 | 1010001 | 0 | 110101 | 111010 | 11000 | 101 | 101111 | 110110 |
Color Harmonies of #C15B51
Complementary color
Monochromatic Colors of #C15B51
Black with #C15B51
Text Example
Text Example
White with #C15B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15B51; }
p { color: rgb(193,91,81); }
H1.HeaderClassName
{
color: #C15B51;
}
.AnyTagClassName
{
color: #C15B51;
}
</style>
background-color css
<style>
a { background-color: #C15B51; }
a { background-color: rgb(193,91,81); }
div.DivClassName
{
background-color: #C15B51;
}
.BgClassName
{
background-color: #C15B51;
}
</style>
border-color css
<style>
span { border-color: #C15B51; }
span { border-color: rgb(193,91,81); }
td.TdClassName
{
border-color: #C15B51;
}
.TagClassName
{
border-color: #C15B51;
}
</style>