Shades of Sundance #CCA550
Tints of Sundance #CCA550
RGB
CMYK
RGB Variations
Color information
#CCA550 (or 0xCCA550) is known color: Sundance. HEX triplet: CC, A5 and 50. RGB value is (204,165,80). Sum of RGB (Red+Green+Blue) = 204+165+80=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA550 is #335AAF. Grayscale: #A7A7A7. Windows color (decimal): -3365552 or 5285324. OLE color: 5285324.
HSL color Cylindrical-coordinate representation of color #CCA550: hue angle of 41.13º 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 #CCA550 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 80 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.2 |
| HSL | 41.13º | 0.55% | 0.56% | - |
| HSV(B) | 41.13º | 0.61% | 0.8% | - |
| XYZ | 39.8 | 40.33 | 13.28 | - |
| YUV | 166.97 | 78.92 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 80 | 0 | 0.19 | 0.61 | 0.2 | 41.13 | 0.55 | 0.56 |
| Hex | CC | A5 | 50 | 0 | 13 | 3D | 14 | 29 | 37 | 38 |
| Octal | 314 | 245 | 120 | 0 | 23 | 75 | 24 | 51 | 67 | 70 |
| Binary | 11001100 | 10100101 | 1010000 | 0 | 10011 | 111101 | 10100 | 101001 | 110111 | 111000 |
Color Harmonies of #CCA550
Complementary color
Monochromatic Colors of #CCA550
Black with #CCA550
Text Example
Text Example
White with #CCA550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA550; }
p { color: rgb(204,165,80); }
H1.HeaderClassName
{
color: #CCA550;
}
.AnyTagClassName
{
color: #CCA550;
}
</style>
background-color css
<style>
a { background-color: #CCA550; }
a { background-color: rgb(204,165,80); }
div.DivClassName
{
background-color: #CCA550;
}
.BgClassName
{
background-color: #CCA550;
}
</style>
border-color css
<style>
span { border-color: #CCA550; }
span { border-color: rgb(204,165,80); }
td.TdClassName
{
border-color: #CCA550;
}
.TagClassName
{
border-color: #CCA550;
}
</style>