Shades of Sunglo #C6675A
Tints of Sunglo #C6675A
RGB
CMYK
RGB Variations
Color information
#C6675A (or 0xC6675A) is known color: Sunglo. HEX triplet: C6, 67 and 5A. RGB value is (198,103,90). Sum of RGB (Red+Green+Blue) = 198+103+90=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C6675A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6675A is #3998A5. Grayscale: #828282. Windows color (decimal): -3774630 or 5924806. OLE color: 5924806.
HSL color Cylindrical-coordinate representation of color #C6675A: hue angle of 7.22º 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 #C6675A is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 103 | 90 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.22 |
| HSL | 7.22º | 0.49% | 0.56% | - |
| HSV(B) | 7.22º | 0.55% | 0.78% | - |
| XYZ | 29.98 | 22.44 | 12.42 | - |
| YUV | 129.92 | 105.47 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 90 | 0 | 0.48 | 0.55 | 0.22 | 7.22 | 0.49 | 0.56 |
| Hex | C6 | 67 | 5A | 0 | 30 | 37 | 16 | 7 | 31 | 38 |
| Octal | 306 | 147 | 132 | 0 | 60 | 67 | 26 | 7 | 61 | 70 |
| Binary | 11000110 | 1100111 | 1011010 | 0 | 110000 | 110111 | 10110 | 111 | 110001 | 111000 |
Color Harmonies of #C6675A
Complementary color
Monochromatic Colors of #C6675A
Black with #C6675A
Text Example
Text Example
White with #C6675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6675A; }
p { color: rgb(198,103,90); }
H1.HeaderClassName
{
color: #C6675A;
}
.AnyTagClassName
{
color: #C6675A;
}
</style>
background-color css
<style>
a { background-color: #C6675A; }
a { background-color: rgb(198,103,90); }
div.DivClassName
{
background-color: #C6675A;
}
.BgClassName
{
background-color: #C6675A;
}
</style>
border-color css
<style>
span { border-color: #C6675A; }
span { border-color: rgb(198,103,90); }
td.TdClassName
{
border-color: #C6675A;
}
.TagClassName
{
border-color: #C6675A;
}
</style>