Shades of Sunglo #C1625E
Tints of Sunglo #C1625E
RGB
CMYK
RGB Variations
Color information
#C1625E (or 0xC1625E) is known color: Sunglo. HEX triplet: C1, 62 and 5E. RGB value is (193,98,94). Sum of RGB (Red+Green+Blue) = 193+98+94=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C1625E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1625E is #3E9DA1. Grayscale: #7E7E7E. Windows color (decimal): -4103586 or 6185665. OLE color: 6185665.
HSL color Cylindrical-coordinate representation of color #C1625E: hue angle of 2.42º 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 #C1625E is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 94 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.24 |
| HSL | 2.42º | 0.44% | 0.56% | - |
| HSV(B) | 2.42º | 0.51% | 0.76% | - |
| XYZ | 28.38 | 20.88 | 13.12 | - |
| YUV | 125.95 | 109.97 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 94 | 0 | 0.49 | 0.51 | 0.24 | 2.42 | 0.44 | 0.56 |
| Hex | C1 | 62 | 5E | 0 | 31 | 33 | 18 | 2 | 2C | 38 |
| Octal | 301 | 142 | 136 | 0 | 61 | 63 | 30 | 2 | 54 | 70 |
| Binary | 11000001 | 1100010 | 1011110 | 0 | 110001 | 110011 | 11000 | 10 | 101100 | 111000 |
Color Harmonies of #C1625E
Complementary color
Monochromatic Colors of #C1625E
Black with #C1625E
Text Example
Text Example
White with #C1625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1625E; }
p { color: rgb(193,98,94); }
H1.HeaderClassName
{
color: #C1625E;
}
.AnyTagClassName
{
color: #C1625E;
}
</style>
background-color css
<style>
a { background-color: #C1625E; }
a { background-color: rgb(193,98,94); }
div.DivClassName
{
background-color: #C1625E;
}
.BgClassName
{
background-color: #C1625E;
}
</style>
border-color css
<style>
span { border-color: #C1625E; }
span { border-color: rgb(193,98,94); }
td.TdClassName
{
border-color: #C1625E;
}
.TagClassName
{
border-color: #C1625E;
}
</style>