Shades of Sunglo #C75F54
Tints of Sunglo #C75F54
RGB
CMYK
RGB Variations
Color information
#C75F54 (or 0xC75F54) is known color: Sunglo. HEX triplet: C7, 5F and 54. RGB value is (199,95,84). Sum of RGB (Red+Green+Blue) = 199+95+84=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C75F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75F54 is #38A0AB. Grayscale: #7C7C7C. Windows color (decimal): -3711148 or 5529543. OLE color: 5529543.
HSL color Cylindrical-coordinate representation of color #C75F54: hue angle of 5.74º degrees, saturation: 0.51, 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 #C75F54 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 95 | 84 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.22 |
| HSL | 5.74º | 0.51% | 0.55% | - |
| HSV(B) | 5.74º | 0.58% | 0.78% | - |
| XYZ | 29.25 | 20.97 | 10.89 | - |
| YUV | 124.84 | 104.96 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 95 | 84 | 0 | 0.52 | 0.58 | 0.22 | 5.74 | 0.51 | 0.55 |
| Hex | C7 | 5F | 54 | 0 | 34 | 3A | 16 | 6 | 33 | 37 |
| Octal | 307 | 137 | 124 | 0 | 64 | 72 | 26 | 6 | 63 | 67 |
| Binary | 11000111 | 1011111 | 1010100 | 0 | 110100 | 111010 | 10110 | 110 | 110011 | 110111 |
Color Harmonies of #C75F54
Complementary color
Monochromatic Colors of #C75F54
Black with #C75F54
Text Example
Text Example
White with #C75F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75F54; }
p { color: rgb(199,95,84); }
H1.HeaderClassName
{
color: #C75F54;
}
.AnyTagClassName
{
color: #C75F54;
}
</style>
background-color css
<style>
a { background-color: #C75F54; }
a { background-color: rgb(199,95,84); }
div.DivClassName
{
background-color: #C75F54;
}
.BgClassName
{
background-color: #C75F54;
}
</style>
border-color css
<style>
span { border-color: #C75F54; }
span { border-color: rgb(199,95,84); }
td.TdClassName
{
border-color: #C75F54;
}
.TagClassName
{
border-color: #C75F54;
}
</style>