Shades of Sunglo #C6675C
Tints of Sunglo #C6675C
RGB
CMYK
RGB Variations
Color information
#C6675C (or 0xC6675C) is known color: Sunglo. HEX triplet: C6, 67 and 5C. RGB value is (198,103,92). Sum of RGB (Red+Green+Blue) = 198+103+92=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C6675C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6675C is #3998A3. Grayscale: #828282. Windows color (decimal): -3774628 or 6055878. OLE color: 6055878.
HSL color Cylindrical-coordinate representation of color #C6675C: hue angle of 6.23º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C6675C is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 103 | 92 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.22 |
| HSL | 6.23º | 0.48% | 0.57% | - |
| HSV(B) | 6.23º | 0.54% | 0.78% | - |
| XYZ | 30.07 | 22.48 | 12.88 | - |
| YUV | 130.15 | 106.47 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 92 | 0 | 0.48 | 0.54 | 0.22 | 6.23 | 0.48 | 0.57 |
| Hex | C6 | 67 | 5C | 0 | 30 | 36 | 16 | 6 | 30 | 39 |
| Octal | 306 | 147 | 134 | 0 | 60 | 66 | 26 | 6 | 60 | 71 |
| Binary | 11000110 | 1100111 | 1011100 | 0 | 110000 | 110110 | 10110 | 110 | 110000 | 111001 |
Color Harmonies of #C6675C
Complementary color
Monochromatic Colors of #C6675C
Black with #C6675C
Text Example
Text Example
White with #C6675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6675C; }
p { color: rgb(198,103,92); }
H1.HeaderClassName
{
color: #C6675C;
}
.AnyTagClassName
{
color: #C6675C;
}
</style>
background-color css
<style>
a { background-color: #C6675C; }
a { background-color: rgb(198,103,92); }
div.DivClassName
{
background-color: #C6675C;
}
.BgClassName
{
background-color: #C6675C;
}
</style>
border-color css
<style>
span { border-color: #C6675C; }
span { border-color: rgb(198,103,92); }
td.TdClassName
{
border-color: #C6675C;
}
.TagClassName
{
border-color: #C6675C;
}
</style>