Shades of Sundance #C3AB51
Tints of Sundance #C3AB51
RGB
CMYK
RGB Variations
Color information
#C3AB51 (or 0xC3AB51) is known color: Sundance. HEX triplet: C3, AB and 51. RGB value is (195,171,81). Sum of RGB (Red+Green+Blue) = 195+171+81=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 81 (32.03% from 255 or 18.12% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AB51 is #3C54AE. Grayscale: #A8A8A8. Windows color (decimal): -3953839 or 5352387. OLE color: 5352387.
HSL color Cylindrical-coordinate representation of color #C3AB51: hue angle of 47.37º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C3AB51 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 171 | 81 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.24 |
| HSL | 47.37º | 0.49% | 0.54% | - |
| HSV(B) | 47.37º | 0.58% | 0.76% | - |
| XYZ | 38.55 | 41.32 | 13.73 | - |
| YUV | 167.92 | 78.95 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 171 | 81 | 0 | 0.12 | 0.58 | 0.24 | 47.37 | 0.49 | 0.54 |
| Hex | C3 | AB | 51 | 0 | C | 3A | 18 | 2F | 31 | 36 |
| Octal | 303 | 253 | 121 | 0 | 14 | 72 | 30 | 57 | 61 | 66 |
| Binary | 11000011 | 10101011 | 1010001 | 0 | 1100 | 111010 | 11000 | 101111 | 110001 | 110110 |
Color Harmonies of #C3AB51
Complementary color
Monochromatic Colors of #C3AB51
Black with #C3AB51
Text Example
Text Example
White with #C3AB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AB51; }
p { color: rgb(195,171,81); }
H1.HeaderClassName
{
color: #C3AB51;
}
.AnyTagClassName
{
color: #C3AB51;
}
</style>
background-color css
<style>
a { background-color: #C3AB51; }
a { background-color: rgb(195,171,81); }
div.DivClassName
{
background-color: #C3AB51;
}
.BgClassName
{
background-color: #C3AB51;
}
</style>
border-color css
<style>
span { border-color: #C3AB51; }
span { border-color: rgb(195,171,81); }
td.TdClassName
{
border-color: #C3AB51;
}
.TagClassName
{
border-color: #C3AB51;
}
</style>