Shades of Sundance #CCA247
Tints of Sundance #CCA247
RGB
CMYK
RGB Variations
Color information
#CCA247 (or 0xCCA247) is known color: Sundance. HEX triplet: CC, A2 and 47. RGB value is (204,162,71). Sum of RGB (Red+Green+Blue) = 204+162+71=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 71 (28.12% from 255 or 16.25% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA247 is #335DB8. Grayscale: #A4A4A4. Windows color (decimal): -3366329 or 4694732. OLE color: 4694732.
HSL color Cylindrical-coordinate representation of color #CCA247: hue angle of 41.05º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCA247 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 71 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.2 |
| HSL | 41.05º | 0.57% | 0.54% | - |
| HSV(B) | 41.05º | 0.65% | 0.8% | - |
| XYZ | 38.96 | 39.13 | 11.46 | - |
| YUV | 164.18 | 75.41 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 71 | 0 | 0.21 | 0.65 | 0.2 | 41.05 | 0.57 | 0.54 |
| Hex | CC | A2 | 47 | 0 | 15 | 41 | 14 | 29 | 39 | 36 |
| Octal | 314 | 242 | 107 | 0 | 25 | 101 | 24 | 51 | 71 | 66 |
| Binary | 11001100 | 10100010 | 1000111 | 0 | 10101 | 1000001 | 10100 | 101001 | 111001 | 110110 |
Color Harmonies of #CCA247
Complementary color
Monochromatic Colors of #CCA247
Black with #CCA247
Text Example
Text Example
White with #CCA247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA247; }
p { color: rgb(204,162,71); }
H1.HeaderClassName
{
color: #CCA247;
}
.AnyTagClassName
{
color: #CCA247;
}
</style>
background-color css
<style>
a { background-color: #CCA247; }
a { background-color: rgb(204,162,71); }
div.DivClassName
{
background-color: #CCA247;
}
.BgClassName
{
background-color: #CCA247;
}
</style>
border-color css
<style>
span { border-color: #CCA247; }
span { border-color: rgb(204,162,71); }
td.TdClassName
{
border-color: #CCA247;
}
.TagClassName
{
border-color: #CCA247;
}
</style>