Shades of Sundance #C69E45
Tints of Sundance #C69E45
RGB
CMYK
RGB Variations
Color information
#C69E45 (or 0xC69E45) is known color: Sundance. HEX triplet: C6, 9E and 45. RGB value is (198,158,69). Sum of RGB (Red+Green+Blue) = 198+158+69=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 69 (27.34% from 255 or 16.24% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69E45 is #3961BA. Grayscale: #A0A0A0. Windows color (decimal): -3760571 or 4562630. OLE color: 4562630.
HSL color Cylindrical-coordinate representation of color #C69E45: hue angle of 41.4º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C69E45 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 158 | 69 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.22 |
| HSL | 41.4º | 0.53% | 0.52% | - |
| HSV(B) | 41.4º | 0.65% | 0.78% | - |
| XYZ | 36.59 | 36.89 | 10.82 | - |
| YUV | 159.81 | 76.75 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 158 | 69 | 0 | 0.20 | 0.65 | 0.22 | 41.4 | 0.53 | 0.52 |
| Hex | C6 | 9E | 45 | 0 | 14 | 41 | 16 | 29 | 35 | 34 |
| Octal | 306 | 236 | 105 | 0 | 24 | 101 | 26 | 51 | 65 | 64 |
| Binary | 11000110 | 10011110 | 1000101 | 0 | 10100 | 1000001 | 10110 | 101001 | 110101 | 110100 |
Color Harmonies of #C69E45
Complementary color
Monochromatic Colors of #C69E45
Black with #C69E45
Text Example
Text Example
White with #C69E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69E45; }
p { color: rgb(198,158,69); }
H1.HeaderClassName
{
color: #C69E45;
}
.AnyTagClassName
{
color: #C69E45;
}
</style>
background-color css
<style>
a { background-color: #C69E45; }
a { background-color: rgb(198,158,69); }
div.DivClassName
{
background-color: #C69E45;
}
.BgClassName
{
background-color: #C69E45;
}
</style>
border-color css
<style>
span { border-color: #C69E45; }
span { border-color: rgb(198,158,69); }
td.TdClassName
{
border-color: #C69E45;
}
.TagClassName
{
border-color: #C69E45;
}
</style>