Shades of Sunglo #C7625C
Tints of Sunglo #C7625C
RGB
CMYK
RGB Variations
Color information
#C7625C (or 0xC7625C) is known color: Sunglo. HEX triplet: C7, 62 and 5C. RGB value is (199,98,92). Sum of RGB (Red+Green+Blue) = 199+98+92=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7625C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7625C is #389DA3. Grayscale: #7F7F7F. Windows color (decimal): -3710372 or 6054599. OLE color: 6054599.
HSL color Cylindrical-coordinate representation of color #C7625C: hue angle of 3.36º degrees, saturation: 0.49, 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 #C7625C is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 98 | 92 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.22 |
| HSL | 3.36º | 0.49% | 0.57% | - |
| HSV(B) | 3.36º | 0.54% | 0.78% | - |
| XYZ | 29.85 | 21.65 | 12.73 | - |
| YUV | 127.52 | 107.96 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 92 | 0 | 0.51 | 0.54 | 0.22 | 3.36 | 0.49 | 0.57 |
| Hex | C7 | 62 | 5C | 0 | 33 | 36 | 16 | 3 | 31 | 39 |
| Octal | 307 | 142 | 134 | 0 | 63 | 66 | 26 | 3 | 61 | 71 |
| Binary | 11000111 | 1100010 | 1011100 | 0 | 110011 | 110110 | 10110 | 11 | 110001 | 111001 |
Color Harmonies of #C7625C
Complementary color
Monochromatic Colors of #C7625C
Black with #C7625C
Text Example
Text Example
White with #C7625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7625C; }
p { color: rgb(199,98,92); }
H1.HeaderClassName
{
color: #C7625C;
}
.AnyTagClassName
{
color: #C7625C;
}
</style>
background-color css
<style>
a { background-color: #C7625C; }
a { background-color: rgb(199,98,92); }
div.DivClassName
{
background-color: #C7625C;
}
.BgClassName
{
background-color: #C7625C;
}
</style>
border-color css
<style>
span { border-color: #C7625C; }
span { border-color: rgb(199,98,92); }
td.TdClassName
{
border-color: #C7625C;
}
.TagClassName
{
border-color: #C7625C;
}
</style>