Shades of Sundance #CCA645
Tints of Sundance #CCA645
RGB
CMYK
RGB Variations
Color information
#CCA645 (or 0xCCA645) is known color: Sundance. HEX triplet: CC, A6 and 45. RGB value is (204,166,69). Sum of RGB (Red+Green+Blue) = 204+166+69=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 69 (27.34% from 255 or 15.72% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA645 is #3359BA. Grayscale: #A6A6A6. Windows color (decimal): -3365307 or 4564684. OLE color: 4564684.
HSL color Cylindrical-coordinate representation of color #CCA645: hue angle of 43.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCA645 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 69 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.2 |
| HSL | 43.11º | 0.57% | 0.54% | - |
| HSV(B) | 43.11º | 0.66% | 0.8% | - |
| XYZ | 39.61 | 40.54 | 11.37 | - |
| YUV | 166.3 | 73.09 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 69 | 0 | 0.19 | 0.66 | 0.2 | 43.11 | 0.57 | 0.54 |
| Hex | CC | A6 | 45 | 0 | 13 | 42 | 14 | 2B | 39 | 36 |
| Octal | 314 | 246 | 105 | 0 | 23 | 102 | 24 | 53 | 71 | 66 |
| Binary | 11001100 | 10100110 | 1000101 | 0 | 10011 | 1000010 | 10100 | 101011 | 111001 | 110110 |
Color Harmonies of #CCA645
Complementary color
Monochromatic Colors of #CCA645
Black with #CCA645
Text Example
Text Example
White with #CCA645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA645; }
p { color: rgb(204,166,69); }
H1.HeaderClassName
{
color: #CCA645;
}
.AnyTagClassName
{
color: #CCA645;
}
</style>
background-color css
<style>
a { background-color: #CCA645; }
a { background-color: rgb(204,166,69); }
div.DivClassName
{
background-color: #CCA645;
}
.BgClassName
{
background-color: #CCA645;
}
</style>
border-color css
<style>
span { border-color: #CCA645; }
span { border-color: rgb(204,166,69); }
td.TdClassName
{
border-color: #CCA645;
}
.TagClassName
{
border-color: #CCA645;
}
</style>