Shades of Sundance #C0A44C
Tints of Sundance #C0A44C
RGB
CMYK
RGB Variations
Color information
#C0A44C (or 0xC0A44C) is known color: Sundance. HEX triplet: C0, A4 and 4C. RGB value is (192,164,76). Sum of RGB (Red+Green+Blue) = 192+164+76=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 76 (30.08% from 255 or 17.59% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A44C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A44C is #3F5BB3. Grayscale: #A2A2A2. Windows color (decimal): -4152244 or 5022912. OLE color: 5022912.
HSL color Cylindrical-coordinate representation of color #C0A44C: hue angle of 45.52º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0A44C is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 164 | 76 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.25 |
| HSL | 45.52º | 0.48% | 0.53% | - |
| HSV(B) | 45.52º | 0.6% | 0.75% | - |
| XYZ | 36.32 | 38.28 | 12.31 | - |
| YUV | 162.34 | 79.28 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 164 | 76 | 0 | 0.15 | 0.60 | 0.25 | 45.52 | 0.48 | 0.53 |
| Hex | C0 | A4 | 4C | 0 | F | 3C | 19 | 2E | 30 | 35 |
| Octal | 300 | 244 | 114 | 0 | 17 | 74 | 31 | 56 | 60 | 65 |
| Binary | 11000000 | 10100100 | 1001100 | 0 | 1111 | 111100 | 11001 | 101110 | 110000 | 110101 |
Color Harmonies of #C0A44C
Complementary color
Monochromatic Colors of #C0A44C
Black with #C0A44C
Text Example
Text Example
White with #C0A44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A44C; }
p { color: rgb(192,164,76); }
H1.HeaderClassName
{
color: #C0A44C;
}
.AnyTagClassName
{
color: #C0A44C;
}
</style>
background-color css
<style>
a { background-color: #C0A44C; }
a { background-color: rgb(192,164,76); }
div.DivClassName
{
background-color: #C0A44C;
}
.BgClassName
{
background-color: #C0A44C;
}
</style>
border-color css
<style>
span { border-color: #C0A44C; }
span { border-color: rgb(192,164,76); }
td.TdClassName
{
border-color: #C0A44C;
}
.TagClassName
{
border-color: #C0A44C;
}
</style>