Shades of Sundance #CCA851
Tints of Sundance #CCA851
RGB
CMYK
RGB Variations
Color information
#CCA851 (or 0xCCA851) is known color: Sundance. HEX triplet: CC, A8 and 51. RGB value is (204,168,81). Sum of RGB (Red+Green+Blue) = 204+168+81=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 81 (32.03% from 255 or 17.88% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA851 is #3357AE. Grayscale: #A9A9A9. Windows color (decimal): -3364783 or 5351628. OLE color: 5351628.
HSL color Cylindrical-coordinate representation of color #CCA851: hue angle of 42.44º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCA851 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 81 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.2 |
| HSL | 42.44º | 0.55% | 0.56% | - |
| HSV(B) | 42.44º | 0.6% | 0.8% | - |
| XYZ | 40.39 | 41.44 | 13.65 | - |
| YUV | 168.85 | 78.43 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 81 | 0 | 0.18 | 0.60 | 0.2 | 42.44 | 0.55 | 0.56 |
| Hex | CC | A8 | 51 | 0 | 12 | 3C | 14 | 2A | 37 | 38 |
| Octal | 314 | 250 | 121 | 0 | 22 | 74 | 24 | 52 | 67 | 70 |
| Binary | 11001100 | 10101000 | 1010001 | 0 | 10010 | 111100 | 10100 | 101010 | 110111 | 111000 |
Color Harmonies of #CCA851
Complementary color
Monochromatic Colors of #CCA851
Black with #CCA851
Text Example
Text Example
White with #CCA851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA851; }
p { color: rgb(204,168,81); }
H1.HeaderClassName
{
color: #CCA851;
}
.AnyTagClassName
{
color: #CCA851;
}
</style>
background-color css
<style>
a { background-color: #CCA851; }
a { background-color: rgb(204,168,81); }
div.DivClassName
{
background-color: #CCA851;
}
.BgClassName
{
background-color: #CCA851;
}
</style>
border-color css
<style>
span { border-color: #CCA851; }
span { border-color: rgb(204,168,81); }
td.TdClassName
{
border-color: #CCA851;
}
.TagClassName
{
border-color: #CCA851;
}
</style>