Shades of Sundance #C3AD53
Tints of Sundance #C3AD53
RGB
CMYK
RGB Variations
Color information
#C3AD53 (or 0xC3AD53) is known color: Sundance. HEX triplet: C3, AD and 53. RGB value is (195,173,83). Sum of RGB (Red+Green+Blue) = 195+173+83=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 83 (32.81% from 255 or 18.40% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AD53 is #3C52AC. Grayscale: #A9A9A9. Windows color (decimal): -3953325 or 5483971. OLE color: 5483971.
HSL color Cylindrical-coordinate representation of color #C3AD53: hue angle of 48.21º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C3AD53 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 173 | 83 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.24 |
| HSL | 48.21º | 0.48% | 0.55% | - |
| HSV(B) | 48.21º | 0.57% | 0.76% | - |
| XYZ | 39.01 | 42.11 | 14.26 | - |
| YUV | 169.32 | 79.29 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 83 | 0 | 0.11 | 0.57 | 0.24 | 48.21 | 0.48 | 0.55 |
| Hex | C3 | AD | 53 | 0 | B | 39 | 18 | 30 | 30 | 37 |
| Octal | 303 | 255 | 123 | 0 | 13 | 71 | 30 | 60 | 60 | 67 |
| Binary | 11000011 | 10101101 | 1010011 | 0 | 1011 | 111001 | 11000 | 110000 | 110000 | 110111 |
Color Harmonies of #C3AD53
Complementary color
Monochromatic Colors of #C3AD53
Black with #C3AD53
Text Example
Text Example
White with #C3AD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AD53; }
p { color: rgb(195,173,83); }
H1.HeaderClassName
{
color: #C3AD53;
}
.AnyTagClassName
{
color: #C3AD53;
}
</style>
background-color css
<style>
a { background-color: #C3AD53; }
a { background-color: rgb(195,173,83); }
div.DivClassName
{
background-color: #C3AD53;
}
.BgClassName
{
background-color: #C3AD53;
}
</style>
border-color css
<style>
span { border-color: #C3AD53; }
span { border-color: rgb(195,173,83); }
td.TdClassName
{
border-color: #C3AD53;
}
.TagClassName
{
border-color: #C3AD53;
}
</style>