Shades of Sundance #CCA650
Tints of Sundance #CCA650
RGB
CMYK
RGB Variations
Color information
#CCA650 (or 0xCCA650) is known color: Sundance. HEX triplet: CC, A6 and 50. RGB value is (204,166,80). Sum of RGB (Red+Green+Blue) = 204+166+80=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA650 is #3359AF. Grayscale: #A7A7A7. Windows color (decimal): -3365296 or 5285580. OLE color: 5285580.
HSL color Cylindrical-coordinate representation of color #CCA650: hue angle of 41.61º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCA650 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 80 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.2 |
| HSL | 41.61º | 0.55% | 0.56% | - |
| HSV(B) | 41.61º | 0.61% | 0.8% | - |
| XYZ | 39.99 | 40.69 | 13.34 | - |
| YUV | 167.56 | 78.59 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 80 | 0 | 0.19 | 0.61 | 0.2 | 41.61 | 0.55 | 0.56 |
| Hex | CC | A6 | 50 | 0 | 13 | 3D | 14 | 2A | 37 | 38 |
| Octal | 314 | 246 | 120 | 0 | 23 | 75 | 24 | 52 | 67 | 70 |
| Binary | 11001100 | 10100110 | 1010000 | 0 | 10011 | 111101 | 10100 | 101010 | 110111 | 111000 |
Color Harmonies of #CCA650
Complementary color
Monochromatic Colors of #CCA650
Black with #CCA650
Text Example
Text Example
White with #CCA650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA650; }
p { color: rgb(204,166,80); }
H1.HeaderClassName
{
color: #CCA650;
}
.AnyTagClassName
{
color: #CCA650;
}
</style>
background-color css
<style>
a { background-color: #CCA650; }
a { background-color: rgb(204,166,80); }
div.DivClassName
{
background-color: #CCA650;
}
.BgClassName
{
background-color: #CCA650;
}
</style>
border-color css
<style>
span { border-color: #CCA650; }
span { border-color: rgb(204,166,80); }
td.TdClassName
{
border-color: #CCA650;
}
.TagClassName
{
border-color: #CCA650;
}
</style>