Shades of Sundance #C3AD4C
Tints of Sundance #C3AD4C
RGB
CMYK
RGB Variations
Color information
#C3AD4C (or 0xC3AD4C) is known color: Sundance. HEX triplet: C3, AD and 4C. RGB value is (195,173,76). Sum of RGB (Red+Green+Blue) = 195+173+76=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 76 (30.08% from 255 or 17.12% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AD4C is #3C52B3. Grayscale: #A8A8A8. Windows color (decimal): -3953332 or 5025219. OLE color: 5025219.
HSL color Cylindrical-coordinate representation of color #C3AD4C: hue angle of 48.91º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3AD4C is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 173 | 76 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.24 |
| HSL | 48.91º | 0.5% | 0.53% | - |
| HSV(B) | 48.91º | 0.61% | 0.76% | - |
| XYZ | 38.75 | 42.01 | 12.9 | - |
| YUV | 168.52 | 75.79 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 76 | 0 | 0.11 | 0.61 | 0.24 | 48.91 | 0.5 | 0.53 |
| Hex | C3 | AD | 4C | 0 | B | 3D | 18 | 31 | 32 | 35 |
| Octal | 303 | 255 | 114 | 0 | 13 | 75 | 30 | 61 | 62 | 65 |
| Binary | 11000011 | 10101101 | 1001100 | 0 | 1011 | 111101 | 11000 | 110001 | 110010 | 110101 |
Color Harmonies of #C3AD4C
Complementary color
Monochromatic Colors of #C3AD4C
Black with #C3AD4C
Text Example
Text Example
White with #C3AD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AD4C; }
p { color: rgb(195,173,76); }
H1.HeaderClassName
{
color: #C3AD4C;
}
.AnyTagClassName
{
color: #C3AD4C;
}
</style>
background-color css
<style>
a { background-color: #C3AD4C; }
a { background-color: rgb(195,173,76); }
div.DivClassName
{
background-color: #C3AD4C;
}
.BgClassName
{
background-color: #C3AD4C;
}
</style>
border-color css
<style>
span { border-color: #C3AD4C; }
span { border-color: rgb(195,173,76); }
td.TdClassName
{
border-color: #C3AD4C;
}
.TagClassName
{
border-color: #C3AD4C;
}
</style>