Shades of Sundance #C6AA4B
Tints of Sundance #C6AA4B
RGB
CMYK
RGB Variations
Color information
#C6AA4B (or 0xC6AA4B) is known color: Sundance. HEX triplet: C6, AA and 4B. RGB value is (198,170,75). Sum of RGB (Red+Green+Blue) = 198+170+75=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AA4B is #3955B4. Grayscale: #A7A7A7. Windows color (decimal): -3757493 or 4958918. OLE color: 4958918.
HSL color Cylindrical-coordinate representation of color #C6AA4B: hue angle of 46.34º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6AA4B is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 170 | 75 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.22 |
| HSL | 46.34º | 0.52% | 0.54% | - |
| HSV(B) | 46.34º | 0.62% | 0.78% | - |
| XYZ | 38.93 | 41.26 | 12.57 | - |
| YUV | 167.54 | 75.78 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 75 | 0 | 0.14 | 0.62 | 0.22 | 46.34 | 0.52 | 0.54 |
| Hex | C6 | AA | 4B | 0 | E | 3E | 16 | 2E | 34 | 36 |
| Octal | 306 | 252 | 113 | 0 | 16 | 76 | 26 | 56 | 64 | 66 |
| Binary | 11000110 | 10101010 | 1001011 | 0 | 1110 | 111110 | 10110 | 101110 | 110100 | 110110 |
Color Harmonies of #C6AA4B
Complementary color
Monochromatic Colors of #C6AA4B
Black with #C6AA4B
Text Example
Text Example
White with #C6AA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AA4B; }
p { color: rgb(198,170,75); }
H1.HeaderClassName
{
color: #C6AA4B;
}
.AnyTagClassName
{
color: #C6AA4B;
}
</style>
background-color css
<style>
a { background-color: #C6AA4B; }
a { background-color: rgb(198,170,75); }
div.DivClassName
{
background-color: #C6AA4B;
}
.BgClassName
{
background-color: #C6AA4B;
}
</style>
border-color css
<style>
span { border-color: #C6AA4B; }
span { border-color: rgb(198,170,75); }
td.TdClassName
{
border-color: #C6AA4B;
}
.TagClassName
{
border-color: #C6AA4B;
}
</style>