Shades of Sunglo #C65E57
Tints of Sunglo #C65E57
RGB
CMYK
RGB Variations
Color information
#C65E57 (or 0xC65E57) is known color: Sunglo. HEX triplet: C6, 5E and 57. RGB value is (198,94,87). Sum of RGB (Red+Green+Blue) = 198+94+87=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C65E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65E57 is #39A1A8. Grayscale: #7C7C7C. Windows color (decimal): -3776937 or 5725894. OLE color: 5725894.
HSL color Cylindrical-coordinate representation of color #C65E57: hue angle of 3.78º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C65E57 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 94 | 87 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.22 |
| HSL | 3.78º | 0.49% | 0.56% | - |
| HSV(B) | 3.78º | 0.56% | 0.78% | - |
| XYZ | 29.01 | 20.7 | 11.48 | - |
| YUV | 124.3 | 106.96 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 94 | 87 | 0 | 0.53 | 0.56 | 0.22 | 3.78 | 0.49 | 0.56 |
| Hex | C6 | 5E | 57 | 0 | 35 | 38 | 16 | 4 | 31 | 38 |
| Octal | 306 | 136 | 127 | 0 | 65 | 70 | 26 | 4 | 61 | 70 |
| Binary | 11000110 | 1011110 | 1010111 | 0 | 110101 | 111000 | 10110 | 100 | 110001 | 111000 |
Color Harmonies of #C65E57
Complementary color
Monochromatic Colors of #C65E57
Black with #C65E57
Text Example
Text Example
White with #C65E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65E57; }
p { color: rgb(198,94,87); }
H1.HeaderClassName
{
color: #C65E57;
}
.AnyTagClassName
{
color: #C65E57;
}
</style>
background-color css
<style>
a { background-color: #C65E57; }
a { background-color: rgb(198,94,87); }
div.DivClassName
{
background-color: #C65E57;
}
.BgClassName
{
background-color: #C65E57;
}
</style>
border-color css
<style>
span { border-color: #C65E57; }
span { border-color: rgb(198,94,87); }
td.TdClassName
{
border-color: #C65E57;
}
.TagClassName
{
border-color: #C65E57;
}
</style>