Shades of Sunglo #C5635C
Tints of Sunglo #C5635C
RGB
CMYK
RGB Variations
Color information
#C5635C (or 0xC5635C) is known color: Sunglo. HEX triplet: C5, 63 and 5C. RGB value is (197,99,92). Sum of RGB (Red+Green+Blue) = 197+99+92=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5635C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5635C is #3A9CA3. Grayscale: #7F7F7F. Windows color (decimal): -3841188 or 6054853. OLE color: 6054853.
HSL color Cylindrical-coordinate representation of color #C5635C: hue angle of 4º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5635C is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 92 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.23 |
| HSL | 4º | 0.48% | 0.57% | - |
| HSV(B) | 4º | 0.53% | 0.77% | - |
| XYZ | 29.42 | 21.57 | 12.74 | - |
| YUV | 127.5 | 107.97 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 92 | 0 | 0.50 | 0.53 | 0.23 | 4 | 0.48 | 0.57 |
| Hex | C5 | 63 | 5C | 0 | 32 | 35 | 17 | 4 | 30 | 39 |
| Octal | 305 | 143 | 134 | 0 | 62 | 65 | 27 | 4 | 60 | 71 |
| Binary | 11000101 | 1100011 | 1011100 | 0 | 110010 | 110101 | 10111 | 100 | 110000 | 111001 |
Color Harmonies of #C5635C
Complementary color
Monochromatic Colors of #C5635C
Black with #C5635C
Text Example
Text Example
White with #C5635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5635C; }
p { color: rgb(197,99,92); }
H1.HeaderClassName
{
color: #C5635C;
}
.AnyTagClassName
{
color: #C5635C;
}
</style>
background-color css
<style>
a { background-color: #C5635C; }
a { background-color: rgb(197,99,92); }
div.DivClassName
{
background-color: #C5635C;
}
.BgClassName
{
background-color: #C5635C;
}
</style>
border-color css
<style>
span { border-color: #C5635C; }
span { border-color: rgb(197,99,92); }
td.TdClassName
{
border-color: #C5635C;
}
.TagClassName
{
border-color: #C5635C;
}
</style>