Shades of Sunglo #C65E4F
Tints of Sunglo #C65E4F
RGB
CMYK
RGB Variations
Color information
#C65E4F (or 0xC65E4F) is known color: Sunglo. HEX triplet: C6, 5E and 4F. RGB value is (198,94,79). Sum of RGB (Red+Green+Blue) = 198+94+79=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C65E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65E4F is #39A1B0. Grayscale: #7B7B7B. Windows color (decimal): -3776945 or 5201606. OLE color: 5201606.
HSL color Cylindrical-coordinate representation of color #C65E4F: hue angle of 7.56º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C65E4F is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 94 | 79 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.22 |
| HSL | 7.56º | 0.51% | 0.54% | - |
| HSV(B) | 7.56º | 0.6% | 0.78% | - |
| XYZ | 28.7 | 20.58 | 9.86 | - |
| YUV | 123.39 | 102.96 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 94 | 79 | 0 | 0.53 | 0.60 | 0.22 | 7.56 | 0.51 | 0.54 |
| Hex | C6 | 5E | 4F | 0 | 35 | 3C | 16 | 8 | 33 | 36 |
| Octal | 306 | 136 | 117 | 0 | 65 | 74 | 26 | 10 | 63 | 66 |
| Binary | 11000110 | 1011110 | 1001111 | 0 | 110101 | 111100 | 10110 | 1000 | 110011 | 110110 |
Color Harmonies of #C65E4F
Complementary color
Monochromatic Colors of #C65E4F
Black with #C65E4F
Text Example
Text Example
White with #C65E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65E4F; }
p { color: rgb(198,94,79); }
H1.HeaderClassName
{
color: #C65E4F;
}
.AnyTagClassName
{
color: #C65E4F;
}
</style>
background-color css
<style>
a { background-color: #C65E4F; }
a { background-color: rgb(198,94,79); }
div.DivClassName
{
background-color: #C65E4F;
}
.BgClassName
{
background-color: #C65E4F;
}
</style>
border-color css
<style>
span { border-color: #C65E4F; }
span { border-color: rgb(198,94,79); }
td.TdClassName
{
border-color: #C65E4F;
}
.TagClassName
{
border-color: #C65E4F;
}
</style>