Shades of Sunglo #C65E53
Tints of Sunglo #C65E53
RGB
CMYK
RGB Variations
Color information
#C65E53 (or 0xC65E53) is known color: Sunglo. HEX triplet: C6, 5E and 53. RGB value is (198,94,83). Sum of RGB (Red+Green+Blue) = 198+94+83=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C65E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65E53 is #39A1AC. Grayscale: #7B7B7B. Windows color (decimal): -3776941 or 5463750. OLE color: 5463750.
HSL color Cylindrical-coordinate representation of color #C65E53: hue angle of 5.74º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C65E53 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 94 | 83 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.22 |
| HSL | 5.74º | 0.5% | 0.55% | - |
| HSV(B) | 5.74º | 0.58% | 0.78% | - |
| XYZ | 28.85 | 20.64 | 10.65 | - |
| YUV | 123.84 | 104.96 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 94 | 83 | 0 | 0.53 | 0.58 | 0.22 | 5.74 | 0.5 | 0.55 |
| Hex | C6 | 5E | 53 | 0 | 35 | 3A | 16 | 6 | 32 | 37 |
| Octal | 306 | 136 | 123 | 0 | 65 | 72 | 26 | 6 | 62 | 67 |
| Binary | 11000110 | 1011110 | 1010011 | 0 | 110101 | 111010 | 10110 | 110 | 110010 | 110111 |
Color Harmonies of #C65E53
Complementary color
Monochromatic Colors of #C65E53
Black with #C65E53
Text Example
Text Example
White with #C65E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65E53; }
p { color: rgb(198,94,83); }
H1.HeaderClassName
{
color: #C65E53;
}
.AnyTagClassName
{
color: #C65E53;
}
</style>
background-color css
<style>
a { background-color: #C65E53; }
a { background-color: rgb(198,94,83); }
div.DivClassName
{
background-color: #C65E53;
}
.BgClassName
{
background-color: #C65E53;
}
</style>
border-color css
<style>
span { border-color: #C65E53; }
span { border-color: rgb(198,94,83); }
td.TdClassName
{
border-color: #C65E53;
}
.TagClassName
{
border-color: #C65E53;
}
</style>