Shades of Sundance #C3AD56
Tints of Sundance #C3AD56
RGB
CMYK
RGB Variations
Color information
#C3AD56 (or 0xC3AD56) is known color: Sundance. HEX triplet: C3, AD and 56. RGB value is (195,173,86). Sum of RGB (Red+Green+Blue) = 195+173+86=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AD56 is #3C52A9. Grayscale: #AAAAAA. Windows color (decimal): -3953322 or 5680579. OLE color: 5680579.
HSL color Cylindrical-coordinate representation of color #C3AD56: hue angle of 47.89º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C3AD56 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 173 | 86 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.24 |
| HSL | 47.89º | 0.48% | 0.55% | - |
| HSV(B) | 47.89º | 0.56% | 0.76% | - |
| XYZ | 39.13 | 42.16 | 14.88 | - |
| YUV | 169.66 | 80.79 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 86 | 0 | 0.11 | 0.56 | 0.24 | 47.89 | 0.48 | 0.55 |
| Hex | C3 | AD | 56 | 0 | B | 38 | 18 | 30 | 30 | 37 |
| Octal | 303 | 255 | 126 | 0 | 13 | 70 | 30 | 60 | 60 | 67 |
| Binary | 11000011 | 10101101 | 1010110 | 0 | 1011 | 111000 | 11000 | 110000 | 110000 | 110111 |
Color Harmonies of #C3AD56
Complementary color
Monochromatic Colors of #C3AD56
Black with #C3AD56
Text Example
Text Example
White with #C3AD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AD56; }
p { color: rgb(195,173,86); }
H1.HeaderClassName
{
color: #C3AD56;
}
.AnyTagClassName
{
color: #C3AD56;
}
</style>
background-color css
<style>
a { background-color: #C3AD56; }
a { background-color: rgb(195,173,86); }
div.DivClassName
{
background-color: #C3AD56;
}
.BgClassName
{
background-color: #C3AD56;
}
</style>
border-color css
<style>
span { border-color: #C3AD56; }
span { border-color: rgb(195,173,86); }
td.TdClassName
{
border-color: #C3AD56;
}
.TagClassName
{
border-color: #C3AD56;
}
</style>