Shades of Sundance #C0A447
Tints of Sundance #C0A447
RGB
CMYK
RGB Variations
Color information
#C0A447 (or 0xC0A447) is known color: Sundance. HEX triplet: C0, A4 and 47. RGB value is (192,164,71). Sum of RGB (Red+Green+Blue) = 192+164+71=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 71 (28.12% from 255 or 16.63% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A447 is #3F5BB8. Grayscale: #A2A2A2. Windows color (decimal): -4152249 or 4695232. OLE color: 4695232.
HSL color Cylindrical-coordinate representation of color #C0A447: hue angle of 46.12º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0A447 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 164 | 71 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.25 |
| HSL | 46.12º | 0.49% | 0.52% | - |
| HSV(B) | 46.12º | 0.63% | 0.75% | - |
| XYZ | 36.15 | 38.21 | 11.43 | - |
| YUV | 161.77 | 76.78 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 164 | 71 | 0 | 0.15 | 0.63 | 0.25 | 46.12 | 0.49 | 0.52 |
| Hex | C0 | A4 | 47 | 0 | F | 3F | 19 | 2E | 31 | 34 |
| Octal | 300 | 244 | 107 | 0 | 17 | 77 | 31 | 56 | 61 | 64 |
| Binary | 11000000 | 10100100 | 1000111 | 0 | 1111 | 111111 | 11001 | 101110 | 110001 | 110100 |
Color Harmonies of #C0A447
Complementary color
Monochromatic Colors of #C0A447
Black with #C0A447
Text Example
Text Example
White with #C0A447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A447; }
p { color: rgb(192,164,71); }
H1.HeaderClassName
{
color: #C0A447;
}
.AnyTagClassName
{
color: #C0A447;
}
</style>
background-color css
<style>
a { background-color: #C0A447; }
a { background-color: rgb(192,164,71); }
div.DivClassName
{
background-color: #C0A447;
}
.BgClassName
{
background-color: #C0A447;
}
</style>
border-color css
<style>
span { border-color: #C0A447; }
span { border-color: rgb(192,164,71); }
td.TdClassName
{
border-color: #C0A447;
}
.TagClassName
{
border-color: #C0A447;
}
</style>