Shades of Sunglo #C7695D
Tints of Sunglo #C7695D
RGB
CMYK
RGB Variations
Color information
#C7695D (or 0xC7695D) is known color: Sunglo. HEX triplet: C7, 69 and 5D. RGB value is (199,105,93). Sum of RGB (Red+Green+Blue) = 199+105+93=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C7695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7695D is #3896A2. Grayscale: #838383. Windows color (decimal): -3708579 or 6121927. OLE color: 6121927.
HSL color Cylindrical-coordinate representation of color #C7695D: hue angle of 6.79º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C7695D is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 93 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.22 |
| HSL | 6.79º | 0.49% | 0.57% | - |
| HSV(B) | 6.79º | 0.53% | 0.78% | - |
| XYZ | 30.58 | 23.04 | 13.19 | - |
| YUV | 131.74 | 106.14 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 93 | 0 | 0.47 | 0.53 | 0.22 | 6.79 | 0.49 | 0.57 |
| Hex | C7 | 69 | 5D | 0 | 2F | 35 | 16 | 7 | 31 | 39 |
| Octal | 307 | 151 | 135 | 0 | 57 | 65 | 26 | 7 | 61 | 71 |
| Binary | 11000111 | 1101001 | 1011101 | 0 | 101111 | 110101 | 10110 | 111 | 110001 | 111001 |
Color Harmonies of #C7695D
Complementary color
Monochromatic Colors of #C7695D
Black with #C7695D
Text Example
Text Example
White with #C7695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7695D; }
p { color: rgb(199,105,93); }
H1.HeaderClassName
{
color: #C7695D;
}
.AnyTagClassName
{
color: #C7695D;
}
</style>
background-color css
<style>
a { background-color: #C7695D; }
a { background-color: rgb(199,105,93); }
div.DivClassName
{
background-color: #C7695D;
}
.BgClassName
{
background-color: #C7695D;
}
</style>
border-color css
<style>
span { border-color: #C7695D; }
span { border-color: rgb(199,105,93); }
td.TdClassName
{
border-color: #C7695D;
}
.TagClassName
{
border-color: #C7695D;
}
</style>