Shades of Sundance #CCA145
Tints of Sundance #CCA145
RGB
CMYK
RGB Variations
Color information
#CCA145 (or 0xCCA145) is known color: Sundance. HEX triplet: CC, A1 and 45. RGB value is (204,161,69). Sum of RGB (Red+Green+Blue) = 204+161+69=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 69 (27.34% from 255 or 15.90% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA145 is #335EBA. Grayscale: #A3A3A3. Windows color (decimal): -3366587 or 4563404. OLE color: 4563404.
HSL color Cylindrical-coordinate representation of color #CCA145: hue angle of 40.89º 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 #CCA145 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 69 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.2 |
| HSL | 40.89º | 0.57% | 0.54% | - |
| HSV(B) | 40.89º | 0.66% | 0.8% | - |
| XYZ | 38.72 | 38.76 | 11.07 | - |
| YUV | 163.37 | 74.75 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 69 | 0 | 0.21 | 0.66 | 0.2 | 40.89 | 0.57 | 0.54 |
| Hex | CC | A1 | 45 | 0 | 15 | 42 | 14 | 29 | 39 | 36 |
| Octal | 314 | 241 | 105 | 0 | 25 | 102 | 24 | 51 | 71 | 66 |
| Binary | 11001100 | 10100001 | 1000101 | 0 | 10101 | 1000010 | 10100 | 101001 | 111001 | 110110 |
Color Harmonies of #CCA145
Complementary color
Monochromatic Colors of #CCA145
Black with #CCA145
Text Example
Text Example
White with #CCA145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA145; }
p { color: rgb(204,161,69); }
H1.HeaderClassName
{
color: #CCA145;
}
.AnyTagClassName
{
color: #CCA145;
}
</style>
background-color css
<style>
a { background-color: #CCA145; }
a { background-color: rgb(204,161,69); }
div.DivClassName
{
background-color: #CCA145;
}
.BgClassName
{
background-color: #CCA145;
}
</style>
border-color css
<style>
span { border-color: #CCA145; }
span { border-color: rgb(204,161,69); }
td.TdClassName
{
border-color: #CCA145;
}
.TagClassName
{
border-color: #CCA145;
}
</style>