Shades of Sunglo #C5605A
Tints of Sunglo #C5605A
RGB
CMYK
RGB Variations
Color information
#C5605A (or 0xC5605A) is known color: Sunglo. HEX triplet: C5, 60 and 5A. RGB value is (197,96,90). Sum of RGB (Red+Green+Blue) = 197+96+90=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C5605A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5605A is #3A9FA5. Grayscale: #7D7D7D. Windows color (decimal): -3841958 or 5923013. OLE color: 5923013.
HSL color Cylindrical-coordinate representation of color #C5605A: hue angle of 3.36º 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 #C5605A is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 90 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.23 |
| HSL | 3.36º | 0.48% | 0.56% | - |
| HSV(B) | 3.36º | 0.54% | 0.77% | - |
| XYZ | 29.05 | 20.97 | 12.19 | - |
| YUV | 125.52 | 107.96 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 90 | 0 | 0.51 | 0.54 | 0.23 | 3.36 | 0.48 | 0.56 |
| Hex | C5 | 60 | 5A | 0 | 33 | 36 | 17 | 3 | 30 | 38 |
| Octal | 305 | 140 | 132 | 0 | 63 | 66 | 27 | 3 | 60 | 70 |
| Binary | 11000101 | 1100000 | 1011010 | 0 | 110011 | 110110 | 10111 | 11 | 110000 | 111000 |
Color Harmonies of #C5605A
Complementary color
Monochromatic Colors of #C5605A
Black with #C5605A
Text Example
Text Example
White with #C5605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5605A; }
p { color: rgb(197,96,90); }
H1.HeaderClassName
{
color: #C5605A;
}
.AnyTagClassName
{
color: #C5605A;
}
</style>
background-color css
<style>
a { background-color: #C5605A; }
a { background-color: rgb(197,96,90); }
div.DivClassName
{
background-color: #C5605A;
}
.BgClassName
{
background-color: #C5605A;
}
</style>
border-color css
<style>
span { border-color: #C5605A; }
span { border-color: rgb(197,96,90); }
td.TdClassName
{
border-color: #C5605A;
}
.TagClassName
{
border-color: #C5605A;
}
</style>