Shades of Sunglo #C65E55
Tints of Sunglo #C65E55
RGB
CMYK
RGB Variations
Color information
#C65E55 (or 0xC65E55) is known color: Sunglo. HEX triplet: C6, 5E and 55. RGB value is (198,94,85). Sum of RGB (Red+Green+Blue) = 198+94+85=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C65E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65E55 is #39A1AA. Grayscale: #7C7C7C. Windows color (decimal): -3776939 or 5594822. OLE color: 5594822.
HSL color Cylindrical-coordinate representation of color #C65E55: hue angle of 4.78º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C65E55 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 94 | 85 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.22 |
| HSL | 4.78º | 0.5% | 0.55% | - |
| HSV(B) | 4.78º | 0.57% | 0.78% | - |
| XYZ | 28.93 | 20.67 | 11.06 | - |
| YUV | 124.07 | 105.96 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 94 | 85 | 0 | 0.53 | 0.57 | 0.22 | 4.78 | 0.5 | 0.55 |
| Hex | C6 | 5E | 55 | 0 | 35 | 39 | 16 | 5 | 32 | 37 |
| Octal | 306 | 136 | 125 | 0 | 65 | 71 | 26 | 5 | 62 | 67 |
| Binary | 11000110 | 1011110 | 1010101 | 0 | 110101 | 111001 | 10110 | 101 | 110010 | 110111 |
Color Harmonies of #C65E55
Complementary color
Monochromatic Colors of #C65E55
Black with #C65E55
Text Example
Text Example
White with #C65E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65E55; }
p { color: rgb(198,94,85); }
H1.HeaderClassName
{
color: #C65E55;
}
.AnyTagClassName
{
color: #C65E55;
}
</style>
background-color css
<style>
a { background-color: #C65E55; }
a { background-color: rgb(198,94,85); }
div.DivClassName
{
background-color: #C65E55;
}
.BgClassName
{
background-color: #C65E55;
}
</style>
border-color css
<style>
span { border-color: #C65E55; }
span { border-color: rgb(198,94,85); }
td.TdClassName
{
border-color: #C65E55;
}
.TagClassName
{
border-color: #C65E55;
}
</style>