Shades of Sunglo #C0695C
Tints of Sunglo #C0695C
RGB
CMYK
RGB Variations
Color information
#C0695C (or 0xC0695C) is known color: Sunglo. HEX triplet: C0, 69 and 5C. RGB value is (192,105,92). Sum of RGB (Red+Green+Blue) = 192+105+92=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0695C is #3F96A3. Grayscale: #818181. Windows color (decimal): -4167332 or 6056384. OLE color: 6056384.
HSL color Cylindrical-coordinate representation of color #C0695C: hue angle of 7.8º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0695C is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 105 | 92 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.25 |
| HSL | 7.8º | 0.44% | 0.56% | - |
| HSV(B) | 7.8º | 0.52% | 0.75% | - |
| XYZ | 28.72 | 22.08 | 12.87 | - |
| YUV | 129.53 | 106.82 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 92 | 0 | 0.45 | 0.52 | 0.25 | 7.8 | 0.44 | 0.56 |
| Hex | C0 | 69 | 5C | 0 | 2D | 34 | 19 | 8 | 2C | 38 |
| Octal | 300 | 151 | 134 | 0 | 55 | 64 | 31 | 10 | 54 | 70 |
| Binary | 11000000 | 1101001 | 1011100 | 0 | 101101 | 110100 | 11001 | 1000 | 101100 | 111000 |
Color Harmonies of #C0695C
Complementary color
Monochromatic Colors of #C0695C
Black with #C0695C
Text Example
Text Example
White with #C0695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0695C; }
p { color: rgb(192,105,92); }
H1.HeaderClassName
{
color: #C0695C;
}
.AnyTagClassName
{
color: #C0695C;
}
</style>
background-color css
<style>
a { background-color: #C0695C; }
a { background-color: rgb(192,105,92); }
div.DivClassName
{
background-color: #C0695C;
}
.BgClassName
{
background-color: #C0695C;
}
</style>
border-color css
<style>
span { border-color: #C0695C; }
span { border-color: rgb(192,105,92); }
td.TdClassName
{
border-color: #C0695C;
}
.TagClassName
{
border-color: #C0695C;
}
</style>