Shades of Sundance #CCA647
Tints of Sundance #CCA647
RGB
CMYK
RGB Variations
Color information
#CCA647 (or 0xCCA647) is known color: Sundance. HEX triplet: CC, A6 and 47. RGB value is (204,166,71). Sum of RGB (Red+Green+Blue) = 204+166+71=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 71 (28.12% from 255 or 16.10% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA647 is #3359B8. Grayscale: #A6A6A6. Windows color (decimal): -3365305 or 4695756. OLE color: 4695756.
HSL color Cylindrical-coordinate representation of color #CCA647: hue angle of 42.86º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCA647 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 71 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.2 |
| HSL | 42.86º | 0.57% | 0.54% | - |
| HSV(B) | 42.86º | 0.65% | 0.8% | - |
| XYZ | 39.68 | 40.56 | 11.7 | - |
| YUV | 166.53 | 74.09 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 71 | 0 | 0.19 | 0.65 | 0.2 | 42.86 | 0.57 | 0.54 |
| Hex | CC | A6 | 47 | 0 | 13 | 41 | 14 | 2B | 39 | 36 |
| Octal | 314 | 246 | 107 | 0 | 23 | 101 | 24 | 53 | 71 | 66 |
| Binary | 11001100 | 10100110 | 1000111 | 0 | 10011 | 1000001 | 10100 | 101011 | 111001 | 110110 |
Color Harmonies of #CCA647
Complementary color
Monochromatic Colors of #CCA647
Black with #CCA647
Text Example
Text Example
White with #CCA647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA647; }
p { color: rgb(204,166,71); }
H1.HeaderClassName
{
color: #CCA647;
}
.AnyTagClassName
{
color: #CCA647;
}
</style>
background-color css
<style>
a { background-color: #CCA647; }
a { background-color: rgb(204,166,71); }
div.DivClassName
{
background-color: #CCA647;
}
.BgClassName
{
background-color: #CCA647;
}
</style>
border-color css
<style>
span { border-color: #CCA647; }
span { border-color: rgb(204,166,71); }
td.TdClassName
{
border-color: #CCA647;
}
.TagClassName
{
border-color: #CCA647;
}
</style>