Shades of Sunglo #C66758
Tints of Sunglo #C66758
RGB
CMYK
RGB Variations
Color information
#C66758 (or 0xC66758) is known color: Sunglo. HEX triplet: C6, 67 and 58. RGB value is (198,103,88). Sum of RGB (Red+Green+Blue) = 198+103+88=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C66758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66758 is #3998A7. Grayscale: #818181. Windows color (decimal): -3774632 or 5793734. OLE color: 5793734.
HSL color Cylindrical-coordinate representation of color #C66758: hue angle of 8.18º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C66758 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 103 | 88 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.22 |
| HSL | 8.18º | 0.49% | 0.56% | - |
| HSV(B) | 8.18º | 0.56% | 0.78% | - |
| XYZ | 29.9 | 22.41 | 11.98 | - |
| YUV | 129.7 | 104.47 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 88 | 0 | 0.48 | 0.56 | 0.22 | 8.18 | 0.49 | 0.56 |
| Hex | C6 | 67 | 58 | 0 | 30 | 38 | 16 | 8 | 31 | 38 |
| Octal | 306 | 147 | 130 | 0 | 60 | 70 | 26 | 10 | 61 | 70 |
| Binary | 11000110 | 1100111 | 1011000 | 0 | 110000 | 111000 | 10110 | 1000 | 110001 | 111000 |
Color Harmonies of #C66758
Complementary color
Monochromatic Colors of #C66758
Black with #C66758
Text Example
Text Example
White with #C66758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66758; }
p { color: rgb(198,103,88); }
H1.HeaderClassName
{
color: #C66758;
}
.AnyTagClassName
{
color: #C66758;
}
</style>
background-color css
<style>
a { background-color: #C66758; }
a { background-color: rgb(198,103,88); }
div.DivClassName
{
background-color: #C66758;
}
.BgClassName
{
background-color: #C66758;
}
</style>
border-color css
<style>
span { border-color: #C66758; }
span { border-color: rgb(198,103,88); }
td.TdClassName
{
border-color: #C66758;
}
.TagClassName
{
border-color: #C66758;
}
</style>