Shades of Sunglo #C5605B
Tints of Sunglo #C5605B
RGB
CMYK
RGB Variations
Color information
#C5605B (or 0xC5605B) is known color: Sunglo. HEX triplet: C5, 60 and 5B. RGB value is (197,96,91). Sum of RGB (Red+Green+Blue) = 197+96+91=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C5605B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5605B is #3A9FA4. Grayscale: #7D7D7D. Windows color (decimal): -3841957 or 5988549. OLE color: 5988549.
HSL color Cylindrical-coordinate representation of color #C5605B: hue angle of 2.83º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5605B is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 91 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.23 |
| HSL | 2.83º | 0.48% | 0.56% | - |
| HSV(B) | 2.83º | 0.54% | 0.77% | - |
| XYZ | 29.1 | 20.99 | 12.42 | - |
| YUV | 125.63 | 108.46 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 91 | 0 | 0.51 | 0.54 | 0.23 | 2.83 | 0.48 | 0.56 |
| Hex | C5 | 60 | 5B | 0 | 33 | 36 | 17 | 3 | 30 | 38 |
| Octal | 305 | 140 | 133 | 0 | 63 | 66 | 27 | 3 | 60 | 70 |
| Binary | 11000101 | 1100000 | 1011011 | 0 | 110011 | 110110 | 10111 | 11 | 110000 | 111000 |
Color Harmonies of #C5605B
Complementary color
Monochromatic Colors of #C5605B
Black with #C5605B
Text Example
Text Example
White with #C5605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5605B; }
p { color: rgb(197,96,91); }
H1.HeaderClassName
{
color: #C5605B;
}
.AnyTagClassName
{
color: #C5605B;
}
</style>
background-color css
<style>
a { background-color: #C5605B; }
a { background-color: rgb(197,96,91); }
div.DivClassName
{
background-color: #C5605B;
}
.BgClassName
{
background-color: #C5605B;
}
</style>
border-color css
<style>
span { border-color: #C5605B; }
span { border-color: rgb(197,96,91); }
td.TdClassName
{
border-color: #C5605B;
}
.TagClassName
{
border-color: #C5605B;
}
</style>