Shades of Sundance #CCA846
Tints of Sundance #CCA846
RGB
CMYK
RGB Variations
Color information
#CCA846 (or 0xCCA846) is known color: Sundance. HEX triplet: CC, A8 and 46. RGB value is (204,168,70). Sum of RGB (Red+Green+Blue) = 204+168+70=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 70 (27.73% from 255 or 15.84% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA846 is #3357B9. Grayscale: #A8A8A8. Windows color (decimal): -3364794 or 4630732. OLE color: 4630732.
HSL color Cylindrical-coordinate representation of color #CCA846: hue angle of 43.88º 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 #CCA846 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 70 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.2 |
| HSL | 43.88º | 0.57% | 0.54% | - |
| HSV(B) | 43.88º | 0.66% | 0.8% | - |
| XYZ | 40.01 | 41.28 | 11.65 | - |
| YUV | 167.59 | 72.93 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 70 | 0 | 0.18 | 0.66 | 0.2 | 43.88 | 0.57 | 0.54 |
| Hex | CC | A8 | 46 | 0 | 12 | 42 | 14 | 2C | 39 | 36 |
| Octal | 314 | 250 | 106 | 0 | 22 | 102 | 24 | 54 | 71 | 66 |
| Binary | 11001100 | 10101000 | 1000110 | 0 | 10010 | 1000010 | 10100 | 101100 | 111001 | 110110 |
Color Harmonies of #CCA846
Complementary color
Monochromatic Colors of #CCA846
Black with #CCA846
Text Example
Text Example
White with #CCA846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA846; }
p { color: rgb(204,168,70); }
H1.HeaderClassName
{
color: #CCA846;
}
.AnyTagClassName
{
color: #CCA846;
}
</style>
background-color css
<style>
a { background-color: #CCA846; }
a { background-color: rgb(204,168,70); }
div.DivClassName
{
background-color: #CCA846;
}
.BgClassName
{
background-color: #CCA846;
}
</style>
border-color css
<style>
span { border-color: #CCA846; }
span { border-color: rgb(204,168,70); }
td.TdClassName
{
border-color: #CCA846;
}
.TagClassName
{
border-color: #CCA846;
}
</style>