Shades of Sundance #C6AC4B
Tints of Sundance #C6AC4B
RGB
CMYK
RGB Variations
Color information
#C6AC4B (or 0xC6AC4B) is known color: Sundance. HEX triplet: C6, AC and 4B. RGB value is (198,172,75). Sum of RGB (Red+Green+Blue) = 198+172+75=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 75 (29.69% from 255 or 16.85% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AC4B is #3953B4. Grayscale: #A9A9A9. Windows color (decimal): -3756981 or 4959430. OLE color: 4959430.
HSL color Cylindrical-coordinate representation of color #C6AC4B: hue angle of 47.32º 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 #C6AC4B is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 172 | 75 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.22 |
| HSL | 47.32º | 0.52% | 0.54% | - |
| HSV(B) | 47.32º | 0.62% | 0.78% | - |
| XYZ | 39.31 | 42.02 | 12.7 | - |
| YUV | 168.72 | 75.11 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 172 | 75 | 0 | 0.13 | 0.62 | 0.22 | 47.32 | 0.52 | 0.54 |
| Hex | C6 | AC | 4B | 0 | D | 3E | 16 | 2F | 34 | 36 |
| Octal | 306 | 254 | 113 | 0 | 15 | 76 | 26 | 57 | 64 | 66 |
| Binary | 11000110 | 10101100 | 1001011 | 0 | 1101 | 111110 | 10110 | 101111 | 110100 | 110110 |
Color Harmonies of #C6AC4B
Complementary color
Monochromatic Colors of #C6AC4B
Black with #C6AC4B
Text Example
Text Example
White with #C6AC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AC4B; }
p { color: rgb(198,172,75); }
H1.HeaderClassName
{
color: #C6AC4B;
}
.AnyTagClassName
{
color: #C6AC4B;
}
</style>
background-color css
<style>
a { background-color: #C6AC4B; }
a { background-color: rgb(198,172,75); }
div.DivClassName
{
background-color: #C6AC4B;
}
.BgClassName
{
background-color: #C6AC4B;
}
</style>
border-color css
<style>
span { border-color: #C6AC4B; }
span { border-color: rgb(198,172,75); }
td.TdClassName
{
border-color: #C6AC4B;
}
.TagClassName
{
border-color: #C6AC4B;
}
</style>