Shades of Sundance #CCA141
Tints of Sundance #CCA141
RGB
CMYK
RGB Variations
Color information
#CCA141 (or 0xCCA141) is known color: Sundance. HEX triplet: CC, A1 and 41. RGB value is (204,161,65). Sum of RGB (Red+Green+Blue) = 204+161+65=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA141 is #335EBE. Grayscale: #A3A3A3. Windows color (decimal): -3366591 or 4301260. OLE color: 4301260.
HSL color Cylindrical-coordinate representation of color #CCA141: hue angle of 41.44º 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 #CCA141 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 65 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.2 |
| HSL | 41.44º | 0.58% | 0.53% | - |
| HSV(B) | 41.44º | 0.68% | 0.8% | - |
| XYZ | 38.6 | 38.71 | 10.44 | - |
| YUV | 162.91 | 72.75 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 65 | 0 | 0.21 | 0.68 | 0.2 | 41.44 | 0.58 | 0.53 |
| Hex | CC | A1 | 41 | 0 | 15 | 44 | 14 | 29 | 3A | 35 |
| Octal | 314 | 241 | 101 | 0 | 25 | 104 | 24 | 51 | 72 | 65 |
| Binary | 11001100 | 10100001 | 1000001 | 0 | 10101 | 1000100 | 10100 | 101001 | 111010 | 110101 |
Color Harmonies of #CCA141
Complementary color
Monochromatic Colors of #CCA141
Black with #CCA141
Text Example
Text Example
White with #CCA141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA141; }
p { color: rgb(204,161,65); }
H1.HeaderClassName
{
color: #CCA141;
}
.AnyTagClassName
{
color: #CCA141;
}
</style>
background-color css
<style>
a { background-color: #CCA141; }
a { background-color: rgb(204,161,65); }
div.DivClassName
{
background-color: #CCA141;
}
.BgClassName
{
background-color: #CCA141;
}
</style>
border-color css
<style>
span { border-color: #CCA141; }
span { border-color: rgb(204,161,65); }
td.TdClassName
{
border-color: #CCA141;
}
.TagClassName
{
border-color: #CCA141;
}
</style>