Shades of Sunglo #C16B5B
Tints of Sunglo #C16B5B
RGB
CMYK
RGB Variations
Color information
#C16B5B (or 0xC16B5B) is known color: Sunglo. HEX triplet: C1, 6B and 5B. RGB value is (193,107,91). Sum of RGB (Red+Green+Blue) = 193+107+91=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C16B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16B5B is #3E94A4. Grayscale: #838383. Windows color (decimal): -4101285 or 5991361. OLE color: 5991361.
HSL color Cylindrical-coordinate representation of color #C16B5B: hue angle of 9.41º degrees, saturation: 0.45, 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 #C16B5B is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 107 | 91 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.24 |
| HSL | 9.41º | 0.45% | 0.56% | - |
| HSV(B) | 9.41º | 0.53% | 0.76% | - |
| XYZ | 29.14 | 22.61 | 12.73 | - |
| YUV | 130.89 | 105.49 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 91 | 0 | 0.45 | 0.53 | 0.24 | 9.41 | 0.45 | 0.56 |
| Hex | C1 | 6B | 5B | 0 | 2D | 35 | 18 | 9 | 2D | 38 |
| Octal | 301 | 153 | 133 | 0 | 55 | 65 | 30 | 11 | 55 | 70 |
| Binary | 11000001 | 1101011 | 1011011 | 0 | 101101 | 110101 | 11000 | 1001 | 101101 | 111000 |
Color Harmonies of #C16B5B
Complementary color
Monochromatic Colors of #C16B5B
Black with #C16B5B
Text Example
Text Example
White with #C16B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16B5B; }
p { color: rgb(193,107,91); }
H1.HeaderClassName
{
color: #C16B5B;
}
.AnyTagClassName
{
color: #C16B5B;
}
</style>
background-color css
<style>
a { background-color: #C16B5B; }
a { background-color: rgb(193,107,91); }
div.DivClassName
{
background-color: #C16B5B;
}
.BgClassName
{
background-color: #C16B5B;
}
</style>
border-color css
<style>
span { border-color: #C16B5B; }
span { border-color: rgb(193,107,91); }
td.TdClassName
{
border-color: #C16B5B;
}
.TagClassName
{
border-color: #C16B5B;
}
</style>