Shades of Sunglo #C16953
Tints of Sunglo #C16953
RGB
CMYK
RGB Variations
Color information
#C16953 (or 0xC16953) is known color: Sunglo. HEX triplet: C1, 69 and 53. RGB value is (193,105,83). Sum of RGB (Red+Green+Blue) = 193+105+83=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C16953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16953 is #3E96AC. Grayscale: #808080. Windows color (decimal): -4101805 or 5466561. OLE color: 5466561.
HSL color Cylindrical-coordinate representation of color #C16953: hue angle of 12º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C16953 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 83 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.24 |
| HSL | 12º | 0.47% | 0.54% | - |
| HSV(B) | 12º | 0.57% | 0.76% | - |
| XYZ | 28.61 | 22.07 | 10.93 | - |
| YUV | 128.8 | 102.15 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 83 | 0 | 0.46 | 0.57 | 0.24 | 12 | 0.47 | 0.54 |
| Hex | C1 | 69 | 53 | 0 | 2E | 39 | 18 | C | 2F | 36 |
| Octal | 301 | 151 | 123 | 0 | 56 | 71 | 30 | 14 | 57 | 66 |
| Binary | 11000001 | 1101001 | 1010011 | 0 | 101110 | 111001 | 11000 | 1100 | 101111 | 110110 |
Color Harmonies of #C16953
Complementary color
Monochromatic Colors of #C16953
Black with #C16953
Text Example
Text Example
White with #C16953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16953; }
p { color: rgb(193,105,83); }
H1.HeaderClassName
{
color: #C16953;
}
.AnyTagClassName
{
color: #C16953;
}
</style>
background-color css
<style>
a { background-color: #C16953; }
a { background-color: rgb(193,105,83); }
div.DivClassName
{
background-color: #C16953;
}
.BgClassName
{
background-color: #C16953;
}
</style>
border-color css
<style>
span { border-color: #C16953; }
span { border-color: rgb(193,105,83); }
td.TdClassName
{
border-color: #C16953;
}
.TagClassName
{
border-color: #C16953;
}
</style>