Shades of Sunglo #C66255
Tints of Sunglo #C66255
RGB
CMYK
RGB Variations
Color information
#C66255 (or 0xC66255) is known color: Sunglo. HEX triplet: C6, 62 and 55. RGB value is (198,98,85). Sum of RGB (Red+Green+Blue) = 198+98+85=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C66255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66255 is #399DAA. Grayscale: #7E7E7E. Windows color (decimal): -3775915 or 5595846. OLE color: 5595846.
HSL color Cylindrical-coordinate representation of color #C66255: hue angle of 6.9º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C66255 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 98 | 85 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.22 |
| HSL | 6.9º | 0.5% | 0.55% | - |
| HSV(B) | 6.9º | 0.57% | 0.78% | - |
| XYZ | 29.3 | 21.4 | 11.18 | - |
| YUV | 126.42 | 104.63 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 85 | 0 | 0.51 | 0.57 | 0.22 | 6.9 | 0.5 | 0.55 |
| Hex | C6 | 62 | 55 | 0 | 33 | 39 | 16 | 7 | 32 | 37 |
| Octal | 306 | 142 | 125 | 0 | 63 | 71 | 26 | 7 | 62 | 67 |
| Binary | 11000110 | 1100010 | 1010101 | 0 | 110011 | 111001 | 10110 | 111 | 110010 | 110111 |
Color Harmonies of #C66255
Complementary color
Monochromatic Colors of #C66255
Black with #C66255
Text Example
Text Example
White with #C66255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66255; }
p { color: rgb(198,98,85); }
H1.HeaderClassName
{
color: #C66255;
}
.AnyTagClassName
{
color: #C66255;
}
</style>
background-color css
<style>
a { background-color: #C66255; }
a { background-color: rgb(198,98,85); }
div.DivClassName
{
background-color: #C66255;
}
.BgClassName
{
background-color: #C66255;
}
</style>
border-color css
<style>
span { border-color: #C66255; }
span { border-color: rgb(198,98,85); }
td.TdClassName
{
border-color: #C66255;
}
.TagClassName
{
border-color: #C66255;
}
</style>