Shades of Sunglo #C0635F
Tints of Sunglo #C0635F
RGB
CMYK
RGB Variations
Color information
#C0635F (or 0xC0635F) is known color: Sunglo. HEX triplet: C0, 63 and 5F. RGB value is (192,99,95). Sum of RGB (Red+Green+Blue) = 192+99+95=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0635F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0635F is #3F9CA0. Grayscale: #7E7E7E. Windows color (decimal): -4168865 or 6251456. OLE color: 6251456.
HSL color Cylindrical-coordinate representation of color #C0635F: hue angle of 2.47º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0635F is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 99 | 95 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.25 |
| HSL | 2.47º | 0.43% | 0.56% | - |
| HSV(B) | 2.47º | 0.51% | 0.75% | - |
| XYZ | 28.27 | 20.96 | 13.38 | - |
| YUV | 126.35 | 110.31 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 95 | 0 | 0.48 | 0.51 | 0.25 | 2.47 | 0.43 | 0.56 |
| Hex | C0 | 63 | 5F | 0 | 30 | 33 | 19 | 2 | 2B | 38 |
| Octal | 300 | 143 | 137 | 0 | 60 | 63 | 31 | 2 | 53 | 70 |
| Binary | 11000000 | 1100011 | 1011111 | 0 | 110000 | 110011 | 11001 | 10 | 101011 | 111000 |
Color Harmonies of #C0635F
Complementary color
Monochromatic Colors of #C0635F
Black with #C0635F
Text Example
Text Example
White with #C0635F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0635F; }
p { color: rgb(192,99,95); }
H1.HeaderClassName
{
color: #C0635F;
}
.AnyTagClassName
{
color: #C0635F;
}
</style>
background-color css
<style>
a { background-color: #C0635F; }
a { background-color: rgb(192,99,95); }
div.DivClassName
{
background-color: #C0635F;
}
.BgClassName
{
background-color: #C0635F;
}
</style>
border-color css
<style>
span { border-color: #C0635F; }
span { border-color: rgb(192,99,95); }
td.TdClassName
{
border-color: #C0635F;
}
.TagClassName
{
border-color: #C0635F;
}
</style>