Shades of Sundance #CCA046
Tints of Sundance #CCA046
RGB
CMYK
RGB Variations
Color information
#CCA046 (or 0xCCA046) is known color: Sundance. HEX triplet: CC, A0 and 46. RGB value is (204,160,70). Sum of RGB (Red+Green+Blue) = 204+160+70=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 70 (27.73% from 255 or 16.13% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA046 is #335FB9. Grayscale: #A3A3A3. Windows color (decimal): -3366842 or 4628684. OLE color: 4628684.
HSL color Cylindrical-coordinate representation of color #CCA046: hue angle of 40.3º 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 #CCA046 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 70 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.2 |
| HSL | 40.3º | 0.57% | 0.54% | - |
| HSV(B) | 40.3º | 0.66% | 0.8% | - |
| XYZ | 38.58 | 38.42 | 11.18 | - |
| YUV | 162.9 | 75.58 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 70 | 0 | 0.22 | 0.66 | 0.2 | 40.3 | 0.57 | 0.54 |
| Hex | CC | A0 | 46 | 0 | 16 | 42 | 14 | 28 | 39 | 36 |
| Octal | 314 | 240 | 106 | 0 | 26 | 102 | 24 | 50 | 71 | 66 |
| Binary | 11001100 | 10100000 | 1000110 | 0 | 10110 | 1000010 | 10100 | 101000 | 111001 | 110110 |
Color Harmonies of #CCA046
Complementary color
Monochromatic Colors of #CCA046
Black with #CCA046
Text Example
Text Example
White with #CCA046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA046; }
p { color: rgb(204,160,70); }
H1.HeaderClassName
{
color: #CCA046;
}
.AnyTagClassName
{
color: #CCA046;
}
</style>
background-color css
<style>
a { background-color: #CCA046; }
a { background-color: rgb(204,160,70); }
div.DivClassName
{
background-color: #CCA046;
}
.BgClassName
{
background-color: #CCA046;
}
</style>
border-color css
<style>
span { border-color: #CCA046; }
span { border-color: rgb(204,160,70); }
td.TdClassName
{
border-color: #CCA046;
}
.TagClassName
{
border-color: #CCA046;
}
</style>