Shades of Sunglo #C1635F
Tints of Sunglo #C1635F
RGB
CMYK
RGB Variations
Color information
#C1635F (or 0xC1635F) is known color: Sunglo. HEX triplet: C1, 63 and 5F. RGB value is (193,99,95). Sum of RGB (Red+Green+Blue) = 193+99+95=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C1635F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1635F is #3E9CA0. Grayscale: #7E7E7E. Windows color (decimal): -4103329 or 6251457. OLE color: 6251457.
HSL color Cylindrical-coordinate representation of color #C1635F: hue angle of 2.45º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1635F is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 99 | 95 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.24 |
| HSL | 2.45º | 0.44% | 0.56% | - |
| HSV(B) | 2.45º | 0.51% | 0.76% | - |
| XYZ | 28.52 | 21.09 | 13.39 | - |
| YUV | 126.65 | 110.14 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 95 | 0 | 0.49 | 0.51 | 0.24 | 2.45 | 0.44 | 0.56 |
| Hex | C1 | 63 | 5F | 0 | 31 | 33 | 18 | 2 | 2C | 38 |
| Octal | 301 | 143 | 137 | 0 | 61 | 63 | 30 | 2 | 54 | 70 |
| Binary | 11000001 | 1100011 | 1011111 | 0 | 110001 | 110011 | 11000 | 10 | 101100 | 111000 |
Color Harmonies of #C1635F
Complementary color
Monochromatic Colors of #C1635F
Black with #C1635F
Text Example
Text Example
White with #C1635F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1635F; }
p { color: rgb(193,99,95); }
H1.HeaderClassName
{
color: #C1635F;
}
.AnyTagClassName
{
color: #C1635F;
}
</style>
background-color css
<style>
a { background-color: #C1635F; }
a { background-color: rgb(193,99,95); }
div.DivClassName
{
background-color: #C1635F;
}
.BgClassName
{
background-color: #C1635F;
}
</style>
border-color css
<style>
span { border-color: #C1635F; }
span { border-color: rgb(193,99,95); }
td.TdClassName
{
border-color: #C1635F;
}
.TagClassName
{
border-color: #C1635F;
}
</style>