Shades of Sundance #C69F4D
Tints of Sundance #C69F4D
RGB
CMYK
RGB Variations
Color information
#C69F4D (or 0xC69F4D) is known color: Sundance. HEX triplet: C6, 9F and 4D. RGB value is (198,159,77). Sum of RGB (Red+Green+Blue) = 198+159+77=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69F4D is #3960B2. Grayscale: #A1A1A1. Windows color (decimal): -3760307 or 5087174. OLE color: 5087174.
HSL color Cylindrical-coordinate representation of color #C69F4D: hue angle of 40.66º 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 #C69F4D is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 159 | 77 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.22 |
| HSL | 40.66º | 0.51% | 0.54% | - |
| HSV(B) | 40.66º | 0.61% | 0.78% | - |
| XYZ | 37.03 | 37.34 | 12.28 | - |
| YUV | 161.31 | 80.42 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 159 | 77 | 0 | 0.20 | 0.61 | 0.22 | 40.66 | 0.51 | 0.54 |
| Hex | C6 | 9F | 4D | 0 | 14 | 3D | 16 | 29 | 33 | 36 |
| Octal | 306 | 237 | 115 | 0 | 24 | 75 | 26 | 51 | 63 | 66 |
| Binary | 11000110 | 10011111 | 1001101 | 0 | 10100 | 111101 | 10110 | 101001 | 110011 | 110110 |
Color Harmonies of #C69F4D
Complementary color
Monochromatic Colors of #C69F4D
Black with #C69F4D
Text Example
Text Example
White with #C69F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69F4D; }
p { color: rgb(198,159,77); }
H1.HeaderClassName
{
color: #C69F4D;
}
.AnyTagClassName
{
color: #C69F4D;
}
</style>
background-color css
<style>
a { background-color: #C69F4D; }
a { background-color: rgb(198,159,77); }
div.DivClassName
{
background-color: #C69F4D;
}
.BgClassName
{
background-color: #C69F4D;
}
</style>
border-color css
<style>
span { border-color: #C69F4D; }
span { border-color: rgb(198,159,77); }
td.TdClassName
{
border-color: #C69F4D;
}
.TagClassName
{
border-color: #C69F4D;
}
</style>