Shades of Sunglo #C65C51
Tints of Sunglo #C65C51
RGB
CMYK
RGB Variations
Color information
#C65C51 (or 0xC65C51) is known color: Sunglo. HEX triplet: C6, 5C and 51. RGB value is (198,92,81). Sum of RGB (Red+Green+Blue) = 198+92+81=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65C51 is #39A3AE. Grayscale: #7A7A7A. Windows color (decimal): -3777455 or 5332166. OLE color: 5332166.
HSL color Cylindrical-coordinate representation of color #C65C51: hue angle of 5.64º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C65C51 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 81 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.22 |
| HSL | 5.64º | 0.51% | 0.55% | - |
| HSV(B) | 5.64º | 0.59% | 0.78% | - |
| XYZ | 28.6 | 20.25 | 10.19 | - |
| YUV | 122.44 | 104.62 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 81 | 0 | 0.54 | 0.59 | 0.22 | 5.64 | 0.51 | 0.55 |
| Hex | C6 | 5C | 51 | 0 | 36 | 3B | 16 | 6 | 33 | 37 |
| Octal | 306 | 134 | 121 | 0 | 66 | 73 | 26 | 6 | 63 | 67 |
| Binary | 11000110 | 1011100 | 1010001 | 0 | 110110 | 111011 | 10110 | 110 | 110011 | 110111 |
Color Harmonies of #C65C51
Complementary color
Monochromatic Colors of #C65C51
Black with #C65C51
Text Example
Text Example
White with #C65C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65C51; }
p { color: rgb(198,92,81); }
H1.HeaderClassName
{
color: #C65C51;
}
.AnyTagClassName
{
color: #C65C51;
}
</style>
background-color css
<style>
a { background-color: #C65C51; }
a { background-color: rgb(198,92,81); }
div.DivClassName
{
background-color: #C65C51;
}
.BgClassName
{
background-color: #C65C51;
}
</style>
border-color css
<style>
span { border-color: #C65C51; }
span { border-color: rgb(198,92,81); }
td.TdClassName
{
border-color: #C65C51;
}
.TagClassName
{
border-color: #C65C51;
}
</style>