Shades of Sundance #CCA641
Tints of Sundance #CCA641
RGB
CMYK
RGB Variations
Color information
#CCA641 (or 0xCCA641) is known color: Sundance. HEX triplet: CC, A6 and 41. RGB value is (204,166,65). Sum of RGB (Red+Green+Blue) = 204+166+65=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 65 (25.78% from 255 or 14.94% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA641 is #3359BE. Grayscale: #A6A6A6. Windows color (decimal): -3365311 or 4302540. OLE color: 4302540.
HSL color Cylindrical-coordinate representation of color #CCA641: hue angle of 43.6º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCA641 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 65 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.2 |
| HSL | 43.6º | 0.58% | 0.53% | - |
| HSV(B) | 43.6º | 0.68% | 0.8% | - |
| XYZ | 39.49 | 40.49 | 10.74 | - |
| YUV | 165.85 | 71.09 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 65 | 0 | 0.19 | 0.68 | 0.2 | 43.6 | 0.58 | 0.53 |
| Hex | CC | A6 | 41 | 0 | 13 | 44 | 14 | 2C | 3A | 35 |
| Octal | 314 | 246 | 101 | 0 | 23 | 104 | 24 | 54 | 72 | 65 |
| Binary | 11001100 | 10100110 | 1000001 | 0 | 10011 | 1000100 | 10100 | 101100 | 111010 | 110101 |
Color Harmonies of #CCA641
Complementary color
Monochromatic Colors of #CCA641
Black with #CCA641
Text Example
Text Example
White with #CCA641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA641; }
p { color: rgb(204,166,65); }
H1.HeaderClassName
{
color: #CCA641;
}
.AnyTagClassName
{
color: #CCA641;
}
</style>
background-color css
<style>
a { background-color: #CCA641; }
a { background-color: rgb(204,166,65); }
div.DivClassName
{
background-color: #CCA641;
}
.BgClassName
{
background-color: #CCA641;
}
</style>
border-color css
<style>
span { border-color: #CCA641; }
span { border-color: rgb(204,166,65); }
td.TdClassName
{
border-color: #CCA641;
}
.TagClassName
{
border-color: #CCA641;
}
</style>