Shades of Sundance #C6AF4B
Tints of Sundance #C6AF4B
RGB
CMYK
RGB Variations
Color information
#C6AF4B (or 0xC6AF4B) is known color: Sundance. HEX triplet: C6, AF and 4B. RGB value is (198,175,75). Sum of RGB (Red+Green+Blue) = 198+175+75=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 75 (29.69% from 255 or 16.74% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AF4B is #3950B4. Grayscale: #AAAAAA. Windows color (decimal): -3756213 or 4960198. OLE color: 4960198.
HSL color Cylindrical-coordinate representation of color #C6AF4B: hue angle of 48.78º 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 #C6AF4B is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 75 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.22 |
| HSL | 48.78º | 0.52% | 0.54% | - |
| HSV(B) | 48.78º | 0.62% | 0.78% | - |
| XYZ | 39.89 | 43.17 | 12.89 | - |
| YUV | 170.48 | 74.12 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 75 | 0 | 0.12 | 0.62 | 0.22 | 48.78 | 0.52 | 0.54 |
| Hex | C6 | AF | 4B | 0 | C | 3E | 16 | 31 | 34 | 36 |
| Octal | 306 | 257 | 113 | 0 | 14 | 76 | 26 | 61 | 64 | 66 |
| Binary | 11000110 | 10101111 | 1001011 | 0 | 1100 | 111110 | 10110 | 110001 | 110100 | 110110 |
Color Harmonies of #C6AF4B
Complementary color
Monochromatic Colors of #C6AF4B
Black with #C6AF4B
Text Example
Text Example
White with #C6AF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF4B; }
p { color: rgb(198,175,75); }
H1.HeaderClassName
{
color: #C6AF4B;
}
.AnyTagClassName
{
color: #C6AF4B;
}
</style>
background-color css
<style>
a { background-color: #C6AF4B; }
a { background-color: rgb(198,175,75); }
div.DivClassName
{
background-color: #C6AF4B;
}
.BgClassName
{
background-color: #C6AF4B;
}
</style>
border-color css
<style>
span { border-color: #C6AF4B; }
span { border-color: rgb(198,175,75); }
td.TdClassName
{
border-color: #C6AF4B;
}
.TagClassName
{
border-color: #C6AF4B;
}
</style>