Shades of Sundance #CCA850
Tints of Sundance #CCA850
RGB
CMYK
RGB Variations
Color information
#CCA850 (or 0xCCA850) is known color: Sundance. HEX triplet: CC, A8 and 50. RGB value is (204,168,80). Sum of RGB (Red+Green+Blue) = 204+168+80=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA850 is #3357AF. Grayscale: #A9A9A9. Windows color (decimal): -3364784 or 5286092. OLE color: 5286092.
HSL color Cylindrical-coordinate representation of color #CCA850: hue angle of 42.58º 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 #CCA850 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 80 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.2 |
| HSL | 42.58º | 0.55% | 0.56% | - |
| HSV(B) | 42.58º | 0.61% | 0.8% | - |
| XYZ | 40.35 | 41.42 | 13.46 | - |
| YUV | 168.73 | 77.93 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 80 | 0 | 0.18 | 0.61 | 0.2 | 42.58 | 0.55 | 0.56 |
| Hex | CC | A8 | 50 | 0 | 12 | 3D | 14 | 2B | 37 | 38 |
| Octal | 314 | 250 | 120 | 0 | 22 | 75 | 24 | 53 | 67 | 70 |
| Binary | 11001100 | 10101000 | 1010000 | 0 | 10010 | 111101 | 10100 | 101011 | 110111 | 111000 |
Color Harmonies of #CCA850
Complementary color
Monochromatic Colors of #CCA850
Black with #CCA850
Text Example
Text Example
White with #CCA850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA850; }
p { color: rgb(204,168,80); }
H1.HeaderClassName
{
color: #CCA850;
}
.AnyTagClassName
{
color: #CCA850;
}
</style>
background-color css
<style>
a { background-color: #CCA850; }
a { background-color: rgb(204,168,80); }
div.DivClassName
{
background-color: #CCA850;
}
.BgClassName
{
background-color: #CCA850;
}
</style>
border-color css
<style>
span { border-color: #CCA850; }
span { border-color: rgb(204,168,80); }
td.TdClassName
{
border-color: #CCA850;
}
.TagClassName
{
border-color: #CCA850;
}
</style>