Shades of Sundance #CCA845
Tints of Sundance #CCA845
RGB
CMYK
RGB Variations
Color information
#CCA845 (or 0xCCA845) is known color: Sundance. HEX triplet: CC, A8 and 45. RGB value is (204,168,69). Sum of RGB (Red+Green+Blue) = 204+168+69=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 69 (27.34% from 255 or 15.65% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA845 is #3357BA. Grayscale: #A7A7A7. Windows color (decimal): -3364795 or 4565196. OLE color: 4565196.
HSL color Cylindrical-coordinate representation of color #CCA845: hue angle of 44º 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 #CCA845 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 69 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.2 |
| HSL | 44º | 0.57% | 0.54% | - |
| HSV(B) | 44º | 0.66% | 0.8% | - |
| XYZ | 39.98 | 41.27 | 11.49 | - |
| YUV | 167.48 | 72.43 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 69 | 0 | 0.18 | 0.66 | 0.2 | 44 | 0.57 | 0.54 |
| Hex | CC | A8 | 45 | 0 | 12 | 42 | 14 | 2C | 39 | 36 |
| Octal | 314 | 250 | 105 | 0 | 22 | 102 | 24 | 54 | 71 | 66 |
| Binary | 11001100 | 10101000 | 1000101 | 0 | 10010 | 1000010 | 10100 | 101100 | 111001 | 110110 |
Color Harmonies of #CCA845
Complementary color
Monochromatic Colors of #CCA845
Black with #CCA845
Text Example
Text Example
White with #CCA845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA845; }
p { color: rgb(204,168,69); }
H1.HeaderClassName
{
color: #CCA845;
}
.AnyTagClassName
{
color: #CCA845;
}
</style>
background-color css
<style>
a { background-color: #CCA845; }
a { background-color: rgb(204,168,69); }
div.DivClassName
{
background-color: #CCA845;
}
.BgClassName
{
background-color: #CCA845;
}
</style>
border-color css
<style>
span { border-color: #CCA845; }
span { border-color: rgb(204,168,69); }
td.TdClassName
{
border-color: #CCA845;
}
.TagClassName
{
border-color: #CCA845;
}
</style>