Shades of Sundance #C6A44C
Tints of Sundance #C6A44C
RGB
CMYK
RGB Variations
Color information
#C6A44C (or 0xC6A44C) is known color: Sundance. HEX triplet: C6, A4 and 4C. RGB value is (198,164,76). Sum of RGB (Red+Green+Blue) = 198+164+76=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 76 (30.08% from 255 or 17.35% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A44C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A44C is #395BB3. Grayscale: #A4A4A4. Windows color (decimal): -3759028 or 5022918. OLE color: 5022918.
HSL color Cylindrical-coordinate representation of color #C6A44C: hue angle of 43.28º 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 #C6A44C is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 164 | 76 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.22 |
| HSL | 43.28º | 0.52% | 0.54% | - |
| HSV(B) | 43.28º | 0.62% | 0.78% | - |
| XYZ | 37.87 | 39.08 | 12.38 | - |
| YUV | 164.13 | 78.26 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 164 | 76 | 0 | 0.17 | 0.62 | 0.22 | 43.28 | 0.52 | 0.54 |
| Hex | C6 | A4 | 4C | 0 | 11 | 3E | 16 | 2B | 34 | 36 |
| Octal | 306 | 244 | 114 | 0 | 21 | 76 | 26 | 53 | 64 | 66 |
| Binary | 11000110 | 10100100 | 1001100 | 0 | 10001 | 111110 | 10110 | 101011 | 110100 | 110110 |
Color Harmonies of #C6A44C
Complementary color
Monochromatic Colors of #C6A44C
Black with #C6A44C
Text Example
Text Example
White with #C6A44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A44C; }
p { color: rgb(198,164,76); }
H1.HeaderClassName
{
color: #C6A44C;
}
.AnyTagClassName
{
color: #C6A44C;
}
</style>
background-color css
<style>
a { background-color: #C6A44C; }
a { background-color: rgb(198,164,76); }
div.DivClassName
{
background-color: #C6A44C;
}
.BgClassName
{
background-color: #C6A44C;
}
</style>
border-color css
<style>
span { border-color: #C6A44C; }
span { border-color: rgb(198,164,76); }
td.TdClassName
{
border-color: #C6A44C;
}
.TagClassName
{
border-color: #C6A44C;
}
</style>