Shades of Sunglo #C66754
Tints of Sunglo #C66754
RGB
CMYK
RGB Variations
Color information
#C66754 (or 0xC66754) is known color: Sunglo. HEX triplet: C6, 67 and 54. RGB value is (198,103,84). Sum of RGB (Red+Green+Blue) = 198+103+84=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C66754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66754 is #3998AB. Grayscale: #818181. Windows color (decimal): -3774636 or 5531590. OLE color: 5531590.
HSL color Cylindrical-coordinate representation of color #C66754: hue angle of 10º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C66754 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 103 | 84 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.22 |
| HSL | 10º | 0.5% | 0.55% | - |
| HSV(B) | 10º | 0.58% | 0.78% | - |
| XYZ | 29.74 | 22.35 | 11.13 | - |
| YUV | 129.24 | 102.47 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 84 | 0 | 0.48 | 0.58 | 0.22 | 10 | 0.5 | 0.55 |
| Hex | C6 | 67 | 54 | 0 | 30 | 3A | 16 | A | 32 | 37 |
| Octal | 306 | 147 | 124 | 0 | 60 | 72 | 26 | 12 | 62 | 67 |
| Binary | 11000110 | 1100111 | 1010100 | 0 | 110000 | 111010 | 10110 | 1010 | 110010 | 110111 |
Color Harmonies of #C66754
Complementary color
Monochromatic Colors of #C66754
Black with #C66754
Text Example
Text Example
White with #C66754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66754; }
p { color: rgb(198,103,84); }
H1.HeaderClassName
{
color: #C66754;
}
.AnyTagClassName
{
color: #C66754;
}
</style>
background-color css
<style>
a { background-color: #C66754; }
a { background-color: rgb(198,103,84); }
div.DivClassName
{
background-color: #C66754;
}
.BgClassName
{
background-color: #C66754;
}
</style>
border-color css
<style>
span { border-color: #C66754; }
span { border-color: rgb(198,103,84); }
td.TdClassName
{
border-color: #C66754;
}
.TagClassName
{
border-color: #C66754;
}
</style>