Shades of Sunglo #C66355
Tints of Sunglo #C66355
RGB
CMYK
RGB Variations
Color information
#C66355 (or 0xC66355) is known color: Sunglo. HEX triplet: C6, 63 and 55. RGB value is (198,99,85). Sum of RGB (Red+Green+Blue) = 198+99+85=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C66355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66355 is #399CAA. Grayscale: #7F7F7F. Windows color (decimal): -3775659 or 5596102. OLE color: 5596102.
HSL color Cylindrical-coordinate representation of color #C66355: hue angle of 7.43º 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 #C66355 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 85 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.22 |
| HSL | 7.43º | 0.5% | 0.55% | - |
| HSV(B) | 7.43º | 0.57% | 0.78% | - |
| XYZ | 29.39 | 21.59 | 11.21 | - |
| YUV | 127.01 | 104.3 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 85 | 0 | 0.50 | 0.57 | 0.22 | 7.43 | 0.5 | 0.55 |
| Hex | C6 | 63 | 55 | 0 | 32 | 39 | 16 | 7 | 32 | 37 |
| Octal | 306 | 143 | 125 | 0 | 62 | 71 | 26 | 7 | 62 | 67 |
| Binary | 11000110 | 1100011 | 1010101 | 0 | 110010 | 111001 | 10110 | 111 | 110010 | 110111 |
Color Harmonies of #C66355
Complementary color
Monochromatic Colors of #C66355
Black with #C66355
Text Example
Text Example
White with #C66355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66355; }
p { color: rgb(198,99,85); }
H1.HeaderClassName
{
color: #C66355;
}
.AnyTagClassName
{
color: #C66355;
}
</style>
background-color css
<style>
a { background-color: #C66355; }
a { background-color: rgb(198,99,85); }
div.DivClassName
{
background-color: #C66355;
}
.BgClassName
{
background-color: #C66355;
}
</style>
border-color css
<style>
span { border-color: #C66355; }
span { border-color: rgb(198,99,85); }
td.TdClassName
{
border-color: #C66355;
}
.TagClassName
{
border-color: #C66355;
}
</style>