Shades of Sunglo #C6625C
Tints of Sunglo #C6625C
RGB
CMYK
RGB Variations
Color information
#C6625C (or 0xC6625C) is known color: Sunglo. HEX triplet: C6, 62 and 5C. RGB value is (198,98,92). Sum of RGB (Red+Green+Blue) = 198+98+92=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C6625C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6625C is #399DA3. Grayscale: #7F7F7F. Windows color (decimal): -3775908 or 6054598. OLE color: 6054598.
HSL color Cylindrical-coordinate representation of color #C6625C: hue angle of 3.4º 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 #C6625C is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 98 | 92 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.22 |
| HSL | 3.4º | 0.48% | 0.57% | - |
| HSV(B) | 3.4º | 0.54% | 0.78% | - |
| XYZ | 29.59 | 21.51 | 12.72 | - |
| YUV | 127.22 | 108.13 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 92 | 0 | 0.51 | 0.54 | 0.22 | 3.4 | 0.48 | 0.57 |
| Hex | C6 | 62 | 5C | 0 | 33 | 36 | 16 | 3 | 30 | 39 |
| Octal | 306 | 142 | 134 | 0 | 63 | 66 | 26 | 3 | 60 | 71 |
| Binary | 11000110 | 1100010 | 1011100 | 0 | 110011 | 110110 | 10110 | 11 | 110000 | 111001 |
Color Harmonies of #C6625C
Complementary color
Monochromatic Colors of #C6625C
Black with #C6625C
Text Example
Text Example
White with #C6625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6625C; }
p { color: rgb(198,98,92); }
H1.HeaderClassName
{
color: #C6625C;
}
.AnyTagClassName
{
color: #C6625C;
}
</style>
background-color css
<style>
a { background-color: #C6625C; }
a { background-color: rgb(198,98,92); }
div.DivClassName
{
background-color: #C6625C;
}
.BgClassName
{
background-color: #C6625C;
}
</style>
border-color css
<style>
span { border-color: #C6625C; }
span { border-color: rgb(198,98,92); }
td.TdClassName
{
border-color: #C6625C;
}
.TagClassName
{
border-color: #C6625C;
}
</style>