Shades of Sunglo #C8695C
Tints of Sunglo #C8695C
RGB
CMYK
RGB Variations
Color information
#C8695C (or 0xC8695C) is known color: Sunglo. HEX triplet: C8, 69 and 5C. RGB value is (200,105,92). Sum of RGB (Red+Green+Blue) = 200+105+92=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C8695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8695C is #3796A3. Grayscale: #848484. Windows color (decimal): -3643044 or 6056392. OLE color: 6056392.
HSL color Cylindrical-coordinate representation of color #C8695C: hue angle of 7.22º degrees, saturation: 0.5, 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 #C8695C is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 105 | 92 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.22 |
| HSL | 7.22º | 0.5% | 0.57% | - |
| HSV(B) | 7.22º | 0.54% | 0.78% | - |
| XYZ | 30.8 | 23.16 | 12.97 | - |
| YUV | 131.92 | 105.47 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 92 | 0 | 0.48 | 0.54 | 0.22 | 7.22 | 0.5 | 0.57 |
| Hex | C8 | 69 | 5C | 0 | 30 | 36 | 16 | 7 | 32 | 39 |
| Octal | 310 | 151 | 134 | 0 | 60 | 66 | 26 | 7 | 62 | 71 |
| Binary | 11001000 | 1101001 | 1011100 | 0 | 110000 | 110110 | 10110 | 111 | 110010 | 111001 |
Color Harmonies of #C8695C
Complementary color
Monochromatic Colors of #C8695C
Black with #C8695C
Text Example
Text Example
White with #C8695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8695C; }
p { color: rgb(200,105,92); }
H1.HeaderClassName
{
color: #C8695C;
}
.AnyTagClassName
{
color: #C8695C;
}
</style>
background-color css
<style>
a { background-color: #C8695C; }
a { background-color: rgb(200,105,92); }
div.DivClassName
{
background-color: #C8695C;
}
.BgClassName
{
background-color: #C8695C;
}
</style>
border-color css
<style>
span { border-color: #C8695C; }
span { border-color: rgb(200,105,92); }
td.TdClassName
{
border-color: #C8695C;
}
.TagClassName
{
border-color: #C8695C;
}
</style>