Shades of Sunglo #C3695D
Tints of Sunglo #C3695D
RGB
CMYK
RGB Variations
Color information
#C3695D (or 0xC3695D) is known color: Sunglo. HEX triplet: C3, 69 and 5D. RGB value is (195,105,93). Sum of RGB (Red+Green+Blue) = 195+105+93=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C3695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3695D is #3C96A2. Grayscale: #828282. Windows color (decimal): -3970723 or 6121923. OLE color: 6121923.
HSL color Cylindrical-coordinate representation of color #C3695D: hue angle of 7.06º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3695D is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 105 | 93 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.24 |
| HSL | 7.06º | 0.46% | 0.56% | - |
| HSV(B) | 7.06º | 0.52% | 0.76% | - |
| XYZ | 29.53 | 22.5 | 13.14 | - |
| YUV | 130.54 | 106.82 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 93 | 0 | 0.46 | 0.52 | 0.24 | 7.06 | 0.46 | 0.56 |
| Hex | C3 | 69 | 5D | 0 | 2E | 34 | 18 | 7 | 2E | 38 |
| Octal | 303 | 151 | 135 | 0 | 56 | 64 | 30 | 7 | 56 | 70 |
| Binary | 11000011 | 1101001 | 1011101 | 0 | 101110 | 110100 | 11000 | 111 | 101110 | 111000 |
Color Harmonies of #C3695D
Complementary color
Monochromatic Colors of #C3695D
Black with #C3695D
Text Example
Text Example
White with #C3695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3695D; }
p { color: rgb(195,105,93); }
H1.HeaderClassName
{
color: #C3695D;
}
.AnyTagClassName
{
color: #C3695D;
}
</style>
background-color css
<style>
a { background-color: #C3695D; }
a { background-color: rgb(195,105,93); }
div.DivClassName
{
background-color: #C3695D;
}
.BgClassName
{
background-color: #C3695D;
}
</style>
border-color css
<style>
span { border-color: #C3695D; }
span { border-color: rgb(195,105,93); }
td.TdClassName
{
border-color: #C3695D;
}
.TagClassName
{
border-color: #C3695D;
}
</style>