Shades of Sundance #CCA143
Tints of Sundance #CCA143
RGB
CMYK
RGB Variations
Color information
#CCA143 (or 0xCCA143) is known color: Sundance. HEX triplet: CC, A1 and 43. RGB value is (204,161,67). Sum of RGB (Red+Green+Blue) = 204+161+67=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 67 (26.56% from 255 or 15.51% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA143 is #335EBC. Grayscale: #A3A3A3. Windows color (decimal): -3366589 or 4432332. OLE color: 4432332.
HSL color Cylindrical-coordinate representation of color #CCA143: hue angle of 41.17º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCA143 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 67 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.2 |
| HSL | 41.17º | 0.57% | 0.53% | - |
| HSV(B) | 41.17º | 0.67% | 0.8% | - |
| XYZ | 38.66 | 38.73 | 10.75 | - |
| YUV | 163.14 | 73.75 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 67 | 0 | 0.21 | 0.67 | 0.2 | 41.17 | 0.57 | 0.53 |
| Hex | CC | A1 | 43 | 0 | 15 | 43 | 14 | 29 | 39 | 35 |
| Octal | 314 | 241 | 103 | 0 | 25 | 103 | 24 | 51 | 71 | 65 |
| Binary | 11001100 | 10100001 | 1000011 | 0 | 10101 | 1000011 | 10100 | 101001 | 111001 | 110101 |
Color Harmonies of #CCA143
Complementary color
Monochromatic Colors of #CCA143
Black with #CCA143
Text Example
Text Example
White with #CCA143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA143; }
p { color: rgb(204,161,67); }
H1.HeaderClassName
{
color: #CCA143;
}
.AnyTagClassName
{
color: #CCA143;
}
</style>
background-color css
<style>
a { background-color: #CCA143; }
a { background-color: rgb(204,161,67); }
div.DivClassName
{
background-color: #CCA143;
}
.BgClassName
{
background-color: #CCA143;
}
</style>
border-color css
<style>
span { border-color: #CCA143; }
span { border-color: rgb(204,161,67); }
td.TdClassName
{
border-color: #CCA143;
}
.TagClassName
{
border-color: #CCA143;
}
</style>