Shades of Sunglo #C06155
Tints of Sunglo #C06155
RGB
CMYK
RGB Variations
Color information
#C06155 (or 0xC06155) is known color: Sunglo. HEX triplet: C0, 61 and 55. RGB value is (192,97,85). Sum of RGB (Red+Green+Blue) = 192+97+85=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C06155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06155 is #3F9EAA. Grayscale: #7C7C7C. Windows color (decimal): -4169387 or 5595584. OLE color: 5595584.
HSL color Cylindrical-coordinate representation of color #C06155: hue angle of 6.73º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C06155 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 97 | 85 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.25 |
| HSL | 6.73º | 0.46% | 0.54% | - |
| HSV(B) | 6.73º | 0.56% | 0.75% | - |
| XYZ | 27.65 | 20.41 | 11.08 | - |
| YUV | 124.04 | 105.97 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 85 | 0 | 0.49 | 0.56 | 0.25 | 6.73 | 0.46 | 0.54 |
| Hex | C0 | 61 | 55 | 0 | 31 | 38 | 19 | 7 | 2E | 36 |
| Octal | 300 | 141 | 125 | 0 | 61 | 70 | 31 | 7 | 56 | 66 |
| Binary | 11000000 | 1100001 | 1010101 | 0 | 110001 | 111000 | 11001 | 111 | 101110 | 110110 |
Color Harmonies of #C06155
Complementary color
Monochromatic Colors of #C06155
Black with #C06155
Text Example
Text Example
White with #C06155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06155; }
p { color: rgb(192,97,85); }
H1.HeaderClassName
{
color: #C06155;
}
.AnyTagClassName
{
color: #C06155;
}
</style>
background-color css
<style>
a { background-color: #C06155; }
a { background-color: rgb(192,97,85); }
div.DivClassName
{
background-color: #C06155;
}
.BgClassName
{
background-color: #C06155;
}
</style>
border-color css
<style>
span { border-color: #C06155; }
span { border-color: rgb(192,97,85); }
td.TdClassName
{
border-color: #C06155;
}
.TagClassName
{
border-color: #C06155;
}
</style>