Shades of Sundance #CCA849
Tints of Sundance #CCA849
RGB
CMYK
RGB Variations
Color information
#CCA849 (or 0xCCA849) is known color: Sundance. HEX triplet: CC, A8 and 49. RGB value is (204,168,73). Sum of RGB (Red+Green+Blue) = 204+168+73=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 73 (28.91% from 255 or 16.40% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA849 is #3357B6. Grayscale: #A8A8A8. Windows color (decimal): -3364791 or 4827340. OLE color: 4827340.
HSL color Cylindrical-coordinate representation of color #CCA849: hue angle of 43.51º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCA849 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 73 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.2 |
| HSL | 43.51º | 0.56% | 0.54% | - |
| HSV(B) | 43.51º | 0.64% | 0.8% | - |
| XYZ | 40.11 | 41.32 | 12.17 | - |
| YUV | 167.93 | 74.43 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 73 | 0 | 0.18 | 0.64 | 0.2 | 43.51 | 0.56 | 0.54 |
| Hex | CC | A8 | 49 | 0 | 12 | 40 | 14 | 2C | 38 | 36 |
| Octal | 314 | 250 | 111 | 0 | 22 | 100 | 24 | 54 | 70 | 66 |
| Binary | 11001100 | 10101000 | 1001001 | 0 | 10010 | 1000000 | 10100 | 101100 | 111000 | 110110 |
Color Harmonies of #CCA849
Complementary color
Monochromatic Colors of #CCA849
Black with #CCA849
Text Example
Text Example
White with #CCA849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA849; }
p { color: rgb(204,168,73); }
H1.HeaderClassName
{
color: #CCA849;
}
.AnyTagClassName
{
color: #CCA849;
}
</style>
background-color css
<style>
a { background-color: #CCA849; }
a { background-color: rgb(204,168,73); }
div.DivClassName
{
background-color: #CCA849;
}
.BgClassName
{
background-color: #CCA849;
}
</style>
border-color css
<style>
span { border-color: #CCA849; }
span { border-color: rgb(204,168,73); }
td.TdClassName
{
border-color: #CCA849;
}
.TagClassName
{
border-color: #CCA849;
}
</style>