Shades of Sundance #CCA643
Tints of Sundance #CCA643
RGB
CMYK
RGB Variations
Color information
#CCA643 (or 0xCCA643) is known color: Sundance. HEX triplet: CC, A6 and 43. RGB value is (204,166,67). Sum of RGB (Red+Green+Blue) = 204+166+67=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 67 (26.56% from 255 or 15.33% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA643 is #3359BC. Grayscale: #A6A6A6. Windows color (decimal): -3365309 or 4433612. OLE color: 4433612.
HSL color Cylindrical-coordinate representation of color #CCA643: hue angle of 43.36º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCA643 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 67 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.2 |
| HSL | 43.36º | 0.57% | 0.53% | - |
| HSV(B) | 43.36º | 0.67% | 0.8% | - |
| XYZ | 39.55 | 40.52 | 11.05 | - |
| YUV | 166.08 | 72.09 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 67 | 0 | 0.19 | 0.67 | 0.2 | 43.36 | 0.57 | 0.53 |
| Hex | CC | A6 | 43 | 0 | 13 | 43 | 14 | 2B | 39 | 35 |
| Octal | 314 | 246 | 103 | 0 | 23 | 103 | 24 | 53 | 71 | 65 |
| Binary | 11001100 | 10100110 | 1000011 | 0 | 10011 | 1000011 | 10100 | 101011 | 111001 | 110101 |
Color Harmonies of #CCA643
Complementary color
Monochromatic Colors of #CCA643
Black with #CCA643
Text Example
Text Example
White with #CCA643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA643; }
p { color: rgb(204,166,67); }
H1.HeaderClassName
{
color: #CCA643;
}
.AnyTagClassName
{
color: #CCA643;
}
</style>
background-color css
<style>
a { background-color: #CCA643; }
a { background-color: rgb(204,166,67); }
div.DivClassName
{
background-color: #CCA643;
}
.BgClassName
{
background-color: #CCA643;
}
</style>
border-color css
<style>
span { border-color: #CCA643; }
span { border-color: rgb(204,166,67); }
td.TdClassName
{
border-color: #CCA643;
}
.TagClassName
{
border-color: #CCA643;
}
</style>