Shades of Sundance #C69E4D
Tints of Sundance #C69E4D
RGB
CMYK
RGB Variations
Color information
#C69E4D (or 0xC69E4D) is known color: Sundance. HEX triplet: C6, 9E and 4D. RGB value is (198,158,77). Sum of RGB (Red+Green+Blue) = 198+158+77=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 77 (30.47% from 255 or 17.78% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69E4D is #3961B2. Grayscale: #A1A1A1. Windows color (decimal): -3760563 or 5086918. OLE color: 5086918.
HSL color Cylindrical-coordinate representation of color #C69E4D: hue angle of 40.17º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C69E4D is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 158 | 77 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.22 |
| HSL | 40.17º | 0.51% | 0.54% | - |
| HSV(B) | 40.17º | 0.61% | 0.78% | - |
| XYZ | 36.86 | 37 | 12.22 | - |
| YUV | 160.73 | 80.75 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 158 | 77 | 0 | 0.20 | 0.61 | 0.22 | 40.17 | 0.51 | 0.54 |
| Hex | C6 | 9E | 4D | 0 | 14 | 3D | 16 | 28 | 33 | 36 |
| Octal | 306 | 236 | 115 | 0 | 24 | 75 | 26 | 50 | 63 | 66 |
| Binary | 11000110 | 10011110 | 1001101 | 0 | 10100 | 111101 | 10110 | 101000 | 110011 | 110110 |
Color Harmonies of #C69E4D
Complementary color
Monochromatic Colors of #C69E4D
Black with #C69E4D
Text Example
Text Example
White with #C69E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69E4D; }
p { color: rgb(198,158,77); }
H1.HeaderClassName
{
color: #C69E4D;
}
.AnyTagClassName
{
color: #C69E4D;
}
</style>
background-color css
<style>
a { background-color: #C69E4D; }
a { background-color: rgb(198,158,77); }
div.DivClassName
{
background-color: #C69E4D;
}
.BgClassName
{
background-color: #C69E4D;
}
</style>
border-color css
<style>
span { border-color: #C69E4D; }
span { border-color: rgb(198,158,77); }
td.TdClassName
{
border-color: #C69E4D;
}
.TagClassName
{
border-color: #C69E4D;
}
</style>