Shades of Sunglo #C66459
Tints of Sunglo #C66459
RGB
CMYK
RGB Variations
Color information
#C66459 (or 0xC66459) is known color: Sunglo. HEX triplet: C6, 64 and 59. RGB value is (198,100,89). Sum of RGB (Red+Green+Blue) = 198+100+89=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C66459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66459 is #399BA6. Grayscale: #808080. Windows color (decimal): -3775399 or 5858502. OLE color: 5858502.
HSL color Cylindrical-coordinate representation of color #C66459: hue angle of 6.06º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C66459 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 89 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.22 |
| HSL | 6.06º | 0.49% | 0.56% | - |
| HSV(B) | 6.06º | 0.55% | 0.78% | - |
| XYZ | 29.65 | 21.84 | 12.1 | - |
| YUV | 128.05 | 105.97 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 89 | 0 | 0.49 | 0.55 | 0.22 | 6.06 | 0.49 | 0.56 |
| Hex | C6 | 64 | 59 | 0 | 31 | 37 | 16 | 6 | 31 | 38 |
| Octal | 306 | 144 | 131 | 0 | 61 | 67 | 26 | 6 | 61 | 70 |
| Binary | 11000110 | 1100100 | 1011001 | 0 | 110001 | 110111 | 10110 | 110 | 110001 | 111000 |
Color Harmonies of #C66459
Complementary color
Monochromatic Colors of #C66459
Black with #C66459
Text Example
Text Example
White with #C66459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66459; }
p { color: rgb(198,100,89); }
H1.HeaderClassName
{
color: #C66459;
}
.AnyTagClassName
{
color: #C66459;
}
</style>
background-color css
<style>
a { background-color: #C66459; }
a { background-color: rgb(198,100,89); }
div.DivClassName
{
background-color: #C66459;
}
.BgClassName
{
background-color: #C66459;
}
</style>
border-color css
<style>
span { border-color: #C66459; }
span { border-color: rgb(198,100,89); }
td.TdClassName
{
border-color: #C66459;
}
.TagClassName
{
border-color: #C66459;
}
</style>