Shades of Sundance #CCA045
Tints of Sundance #CCA045
RGB
CMYK
RGB Variations
Color information
#CCA045 (or 0xCCA045) is known color: Sundance. HEX triplet: CC, A0 and 45. RGB value is (204,160,69). Sum of RGB (Red+Green+Blue) = 204+160+69=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 69 (27.34% from 255 or 15.94% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA045 is #335FBA. Grayscale: #A3A3A3. Windows color (decimal): -3366843 or 4563148. OLE color: 4563148.
HSL color Cylindrical-coordinate representation of color #CCA045: hue angle of 40.44º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCA045 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 69 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.2 |
| HSL | 40.44º | 0.57% | 0.54% | - |
| HSV(B) | 40.44º | 0.66% | 0.8% | - |
| XYZ | 38.55 | 38.41 | 11.01 | - |
| YUV | 162.78 | 75.08 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 69 | 0 | 0.22 | 0.66 | 0.2 | 40.44 | 0.57 | 0.54 |
| Hex | CC | A0 | 45 | 0 | 16 | 42 | 14 | 28 | 39 | 36 |
| Octal | 314 | 240 | 105 | 0 | 26 | 102 | 24 | 50 | 71 | 66 |
| Binary | 11001100 | 10100000 | 1000101 | 0 | 10110 | 1000010 | 10100 | 101000 | 111001 | 110110 |
Color Harmonies of #CCA045
Complementary color
Monochromatic Colors of #CCA045
Black with #CCA045
Text Example
Text Example
White with #CCA045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA045; }
p { color: rgb(204,160,69); }
H1.HeaderClassName
{
color: #CCA045;
}
.AnyTagClassName
{
color: #CCA045;
}
</style>
background-color css
<style>
a { background-color: #CCA045; }
a { background-color: rgb(204,160,69); }
div.DivClassName
{
background-color: #CCA045;
}
.BgClassName
{
background-color: #CCA045;
}
</style>
border-color css
<style>
span { border-color: #CCA045; }
span { border-color: rgb(204,160,69); }
td.TdClassName
{
border-color: #CCA045;
}
.TagClassName
{
border-color: #CCA045;
}
</style>