Shades of Sunglo #C6675E
Tints of Sunglo #C6675E
RGB
CMYK
RGB Variations
Color information
#C6675E (or 0xC6675E) is known color: Sunglo. HEX triplet: C6, 67 and 5E. RGB value is (198,103,94). Sum of RGB (Red+Green+Blue) = 198+103+94=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C6675E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6675E is #3998A1. Grayscale: #828282. Windows color (decimal): -3774626 or 6186950. OLE color: 6186950.
HSL color Cylindrical-coordinate representation of color #C6675E: hue angle of 5.19º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C6675E is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 103 | 94 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.22 |
| HSL | 5.19º | 0.48% | 0.57% | - |
| HSV(B) | 5.19º | 0.53% | 0.78% | - |
| XYZ | 30.16 | 22.51 | 13.35 | - |
| YUV | 130.38 | 107.47 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 94 | 0 | 0.48 | 0.53 | 0.22 | 5.19 | 0.48 | 0.57 |
| Hex | C6 | 67 | 5E | 0 | 30 | 35 | 16 | 5 | 30 | 39 |
| Octal | 306 | 147 | 136 | 0 | 60 | 65 | 26 | 5 | 60 | 71 |
| Binary | 11000110 | 1100111 | 1011110 | 0 | 110000 | 110101 | 10110 | 101 | 110000 | 111001 |
Color Harmonies of #C6675E
Complementary color
Monochromatic Colors of #C6675E
Black with #C6675E
Text Example
Text Example
White with #C6675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6675E; }
p { color: rgb(198,103,94); }
H1.HeaderClassName
{
color: #C6675E;
}
.AnyTagClassName
{
color: #C6675E;
}
</style>
background-color css
<style>
a { background-color: #C6675E; }
a { background-color: rgb(198,103,94); }
div.DivClassName
{
background-color: #C6675E;
}
.BgClassName
{
background-color: #C6675E;
}
</style>
border-color css
<style>
span { border-color: #C6675E; }
span { border-color: rgb(198,103,94); }
td.TdClassName
{
border-color: #C6675E;
}
.TagClassName
{
border-color: #C6675E;
}
</style>