Shades of Sunglo #C75C50
Tints of Sunglo #C75C50
RGB
CMYK
RGB Variations
Color information
#C75C50 (or 0xC75C50) is known color: Sunglo. HEX triplet: C7, 5C and 50. RGB value is (199,92,80). Sum of RGB (Red+Green+Blue) = 199+92+80=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75C50 is #38A3AF. Grayscale: #7A7A7A. Windows color (decimal): -3711920 or 5266631. OLE color: 5266631.
HSL color Cylindrical-coordinate representation of color #C75C50: hue angle of 6.05º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C75C50 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 92 | 80 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.22 |
| HSL | 6.05º | 0.52% | 0.55% | - |
| HSV(B) | 6.05º | 0.6% | 0.78% | - |
| XYZ | 28.83 | 20.38 | 10 | - |
| YUV | 122.63 | 103.95 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 92 | 80 | 0 | 0.54 | 0.60 | 0.22 | 6.05 | 0.52 | 0.55 |
| Hex | C7 | 5C | 50 | 0 | 36 | 3C | 16 | 6 | 34 | 37 |
| Octal | 307 | 134 | 120 | 0 | 66 | 74 | 26 | 6 | 64 | 67 |
| Binary | 11000111 | 1011100 | 1010000 | 0 | 110110 | 111100 | 10110 | 110 | 110100 | 110111 |
Color Harmonies of #C75C50
Complementary color
Monochromatic Colors of #C75C50
Black with #C75C50
Text Example
Text Example
White with #C75C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75C50; }
p { color: rgb(199,92,80); }
H1.HeaderClassName
{
color: #C75C50;
}
.AnyTagClassName
{
color: #C75C50;
}
</style>
background-color css
<style>
a { background-color: #C75C50; }
a { background-color: rgb(199,92,80); }
div.DivClassName
{
background-color: #C75C50;
}
.BgClassName
{
background-color: #C75C50;
}
</style>
border-color css
<style>
span { border-color: #C75C50; }
span { border-color: rgb(199,92,80); }
td.TdClassName
{
border-color: #C75C50;
}
.TagClassName
{
border-color: #C75C50;
}
</style>