Shades of Sunglo #C7615C
Tints of Sunglo #C7615C
RGB
CMYK
RGB Variations
Color information
#C7615C (or 0xC7615C) is known color: Sunglo. HEX triplet: C7, 61 and 5C. RGB value is (199,97,92). Sum of RGB (Red+Green+Blue) = 199+97+92=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C7615C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7615C is #389EA3. Grayscale: #7F7F7F. Windows color (decimal): -3710628 or 6054343. OLE color: 6054343.
HSL color Cylindrical-coordinate representation of color #C7615C: hue angle of 2.8º 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 #C7615C is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 97 | 92 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.22 |
| HSL | 2.8º | 0.49% | 0.57% | - |
| HSV(B) | 2.8º | 0.54% | 0.78% | - |
| XYZ | 29.76 | 21.46 | 12.7 | - |
| YUV | 126.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 97 | 92 | 0 | 0.51 | 0.54 | 0.22 | 2.8 | 0.49 | 0.57 |
| Hex | C7 | 61 | 5C | 0 | 33 | 36 | 16 | 3 | 31 | 39 |
| Octal | 307 | 141 | 134 | 0 | 63 | 66 | 26 | 3 | 61 | 71 |
| Binary | 11000111 | 1100001 | 1011100 | 0 | 110011 | 110110 | 10110 | 11 | 110001 | 111001 |
Color Harmonies of #C7615C
Complementary color
Monochromatic Colors of #C7615C
Black with #C7615C
Text Example
Text Example
White with #C7615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7615C; }
p { color: rgb(199,97,92); }
H1.HeaderClassName
{
color: #C7615C;
}
.AnyTagClassName
{
color: #C7615C;
}
</style>
background-color css
<style>
a { background-color: #C7615C; }
a { background-color: rgb(199,97,92); }
div.DivClassName
{
background-color: #C7615C;
}
.BgClassName
{
background-color: #C7615C;
}
</style>
border-color css
<style>
span { border-color: #C7615C; }
span { border-color: rgb(199,97,92); }
td.TdClassName
{
border-color: #C7615C;
}
.TagClassName
{
border-color: #C7615C;
}
</style>