Shades of Sundance #C3B951
Tints of Sundance #C3B951
RGB
CMYK
RGB Variations
Color information
#C3B951 (or 0xC3B951) is known color: Sundance. HEX triplet: C3, B9 and 51. RGB value is (195,185,81). Sum of RGB (Red+Green+Blue) = 195+185+81=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B951 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B951 is #3C46AE. Grayscale: #B0B0B0. Windows color (decimal): -3950255 or 5355971. OLE color: 5355971.
HSL color Cylindrical-coordinate representation of color #C3B951: hue angle of 54.74º 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 #C3B951 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 185 | 81 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.24 |
| HSL | 54.74º | 0.49% | 0.54% | - |
| HSV(B) | 54.74º | 0.58% | 0.76% | - |
| XYZ | 41.34 | 46.89 | 14.66 | - |
| YUV | 176.13 | 74.31 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 185 | 81 | 0 | 0.05 | 0.58 | 0.24 | 54.74 | 0.49 | 0.54 |
| Hex | C3 | B9 | 51 | 0 | 5 | 3A | 18 | 37 | 31 | 36 |
| Octal | 303 | 271 | 121 | 0 | 5 | 72 | 30 | 67 | 61 | 66 |
| Binary | 11000011 | 10111001 | 1010001 | 0 | 101 | 111010 | 11000 | 110111 | 110001 | 110110 |
Color Harmonies of #C3B951
Complementary color
Monochromatic Colors of #C3B951
Black with #C3B951
Text Example
Text Example
White with #C3B951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B951; }
p { color: rgb(195,185,81); }
H1.HeaderClassName
{
color: #C3B951;
}
.AnyTagClassName
{
color: #C3B951;
}
</style>
background-color css
<style>
a { background-color: #C3B951; }
a { background-color: rgb(195,185,81); }
div.DivClassName
{
background-color: #C3B951;
}
.BgClassName
{
background-color: #C3B951;
}
</style>
border-color css
<style>
span { border-color: #C3B951; }
span { border-color: rgb(195,185,81); }
td.TdClassName
{
border-color: #C3B951;
}
.TagClassName
{
border-color: #C3B951;
}
</style>