Shades of Sundance #CCA748
Tints of Sundance #CCA748
RGB
CMYK
RGB Variations
Color information
#CCA748 (or 0xCCA748) is known color: Sundance. HEX triplet: CC, A7 and 48. RGB value is (204,167,72). Sum of RGB (Red+Green+Blue) = 204+167+72=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 72 (28.52% from 255 or 16.25% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA748 is #3358B7. Grayscale: #A7A7A7. Windows color (decimal): -3365048 or 4761548. OLE color: 4761548.
HSL color Cylindrical-coordinate representation of color #CCA748: hue angle of 43.18º degrees, saturation: 0.56, 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 #CCA748 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 167 | 72 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.2 |
| HSL | 43.18º | 0.56% | 0.54% | - |
| HSV(B) | 43.18º | 0.65% | 0.8% | - |
| XYZ | 39.89 | 40.94 | 11.93 | - |
| YUV | 167.23 | 74.26 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 167 | 72 | 0 | 0.18 | 0.65 | 0.2 | 43.18 | 0.56 | 0.54 |
| Hex | CC | A7 | 48 | 0 | 12 | 41 | 14 | 2B | 38 | 36 |
| Octal | 314 | 247 | 110 | 0 | 22 | 101 | 24 | 53 | 70 | 66 |
| Binary | 11001100 | 10100111 | 1001000 | 0 | 10010 | 1000001 | 10100 | 101011 | 111000 | 110110 |
Color Harmonies of #CCA748
Complementary color
Monochromatic Colors of #CCA748
Black with #CCA748
Text Example
Text Example
White with #CCA748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA748; }
p { color: rgb(204,167,72); }
H1.HeaderClassName
{
color: #CCA748;
}
.AnyTagClassName
{
color: #CCA748;
}
</style>
background-color css
<style>
a { background-color: #CCA748; }
a { background-color: rgb(204,167,72); }
div.DivClassName
{
background-color: #CCA748;
}
.BgClassName
{
background-color: #CCA748;
}
</style>
border-color css
<style>
span { border-color: #CCA748; }
span { border-color: rgb(204,167,72); }
td.TdClassName
{
border-color: #CCA748;
}
.TagClassName
{
border-color: #CCA748;
}
</style>