Shades of Sunglo #C65C50
Tints of Sunglo #C65C50
RGB
CMYK
RGB Variations
Color information
#C65C50 (or 0xC65C50) is known color: Sunglo. HEX triplet: C6, 5C and 50. RGB value is (198,92,80). Sum of RGB (Red+Green+Blue) = 198+92+80=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65C50 is #39A3AF. Grayscale: #7A7A7A. Windows color (decimal): -3777456 or 5266630. OLE color: 5266630.
HSL color Cylindrical-coordinate representation of color #C65C50: hue angle of 6.1º degrees, saturation: 0.51, 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 #C65C50 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 80 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.22 |
| HSL | 6.1º | 0.51% | 0.55% | - |
| HSV(B) | 6.1º | 0.6% | 0.78% | - |
| XYZ | 28.56 | 20.24 | 9.99 | - |
| YUV | 122.33 | 104.12 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 80 | 0 | 0.54 | 0.60 | 0.22 | 6.1 | 0.51 | 0.55 |
| Hex | C6 | 5C | 50 | 0 | 36 | 3C | 16 | 6 | 33 | 37 |
| Octal | 306 | 134 | 120 | 0 | 66 | 74 | 26 | 6 | 63 | 67 |
| Binary | 11000110 | 1011100 | 1010000 | 0 | 110110 | 111100 | 10110 | 110 | 110011 | 110111 |
Color Harmonies of #C65C50
Complementary color
Monochromatic Colors of #C65C50
Black with #C65C50
Text Example
Text Example
White with #C65C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65C50; }
p { color: rgb(198,92,80); }
H1.HeaderClassName
{
color: #C65C50;
}
.AnyTagClassName
{
color: #C65C50;
}
</style>
background-color css
<style>
a { background-color: #C65C50; }
a { background-color: rgb(198,92,80); }
div.DivClassName
{
background-color: #C65C50;
}
.BgClassName
{
background-color: #C65C50;
}
</style>
border-color css
<style>
span { border-color: #C65C50; }
span { border-color: rgb(198,92,80); }
td.TdClassName
{
border-color: #C65C50;
}
.TagClassName
{
border-color: #C65C50;
}
</style>