Shades of Sunglo #C6665D
Tints of Sunglo #C6665D
RGB
CMYK
RGB Variations
Color information
#C6665D (or 0xC6665D) is known color: Sunglo. HEX triplet: C6, 66 and 5D. RGB value is (198,102,93). Sum of RGB (Red+Green+Blue) = 198+102+93=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C6665D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6665D is #3999A2. Grayscale: #818181. Windows color (decimal): -3774883 or 6121158. OLE color: 6121158.
HSL color Cylindrical-coordinate representation of color #C6665D: hue angle of 5.14º 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 #C6665D is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 93 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.22 |
| HSL | 5.14º | 0.48% | 0.57% | - |
| HSV(B) | 5.14º | 0.53% | 0.78% | - |
| XYZ | 30.02 | 22.3 | 13.08 | - |
| YUV | 129.68 | 107.3 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 93 | 0 | 0.48 | 0.53 | 0.22 | 5.14 | 0.48 | 0.57 |
| Hex | C6 | 66 | 5D | 0 | 30 | 35 | 16 | 5 | 30 | 39 |
| Octal | 306 | 146 | 135 | 0 | 60 | 65 | 26 | 5 | 60 | 71 |
| Binary | 11000110 | 1100110 | 1011101 | 0 | 110000 | 110101 | 10110 | 101 | 110000 | 111001 |
Color Harmonies of #C6665D
Complementary color
Monochromatic Colors of #C6665D
Black with #C6665D
Text Example
Text Example
White with #C6665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6665D; }
p { color: rgb(198,102,93); }
H1.HeaderClassName
{
color: #C6665D;
}
.AnyTagClassName
{
color: #C6665D;
}
</style>
background-color css
<style>
a { background-color: #C6665D; }
a { background-color: rgb(198,102,93); }
div.DivClassName
{
background-color: #C6665D;
}
.BgClassName
{
background-color: #C6665D;
}
</style>
border-color css
<style>
span { border-color: #C6665D; }
span { border-color: rgb(198,102,93); }
td.TdClassName
{
border-color: #C6665D;
}
.TagClassName
{
border-color: #C6665D;
}
</style>