Shades of Sundance #CCA249
Tints of Sundance #CCA249
RGB
CMYK
RGB Variations
Color information
#CCA249 (or 0xCCA249) is known color: Sundance. HEX triplet: CC, A2 and 49. RGB value is (204,162,73). Sum of RGB (Red+Green+Blue) = 204+162+73=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 73 (28.91% from 255 or 16.63% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA249 is #335DB6. Grayscale: #A4A4A4. Windows color (decimal): -3366327 or 4825804. OLE color: 4825804.
HSL color Cylindrical-coordinate representation of color #CCA249: hue angle of 40.76º 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 #CCA249 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 73 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.2 |
| HSL | 40.76º | 0.56% | 0.54% | - |
| HSV(B) | 40.76º | 0.64% | 0.8% | - |
| XYZ | 39.02 | 39.16 | 11.8 | - |
| YUV | 164.41 | 76.41 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 73 | 0 | 0.21 | 0.64 | 0.2 | 40.76 | 0.56 | 0.54 |
| Hex | CC | A2 | 49 | 0 | 15 | 40 | 14 | 29 | 38 | 36 |
| Octal | 314 | 242 | 111 | 0 | 25 | 100 | 24 | 51 | 70 | 66 |
| Binary | 11001100 | 10100010 | 1001001 | 0 | 10101 | 1000000 | 10100 | 101001 | 111000 | 110110 |
Color Harmonies of #CCA249
Complementary color
Monochromatic Colors of #CCA249
Black with #CCA249
Text Example
Text Example
White with #CCA249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA249; }
p { color: rgb(204,162,73); }
H1.HeaderClassName
{
color: #CCA249;
}
.AnyTagClassName
{
color: #CCA249;
}
</style>
background-color css
<style>
a { background-color: #CCA249; }
a { background-color: rgb(204,162,73); }
div.DivClassName
{
background-color: #CCA249;
}
.BgClassName
{
background-color: #CCA249;
}
</style>
border-color css
<style>
span { border-color: #CCA249; }
span { border-color: rgb(204,162,73); }
td.TdClassName
{
border-color: #CCA249;
}
.TagClassName
{
border-color: #CCA249;
}
</style>