Shades of Sundance #C3BB4D
Tints of Sundance #C3BB4D
RGB
CMYK
RGB Variations
Color information
#C3BB4D (or 0xC3BB4D) is known color: Sundance. HEX triplet: C3, BB and 4D. RGB value is (195,187,77). Sum of RGB (Red+Green+Blue) = 195+187+77=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 77 (30.47% from 255 or 16.78% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BB4D is #3C44B2. Grayscale: #B1B1B1. Windows color (decimal): -3949747 or 5094339. OLE color: 5094339.
HSL color Cylindrical-coordinate representation of color #C3BB4D: hue angle of 55.93º 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 #C3BB4D is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 187 | 77 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.24 |
| HSL | 55.93º | 0.5% | 0.53% | - |
| HSV(B) | 55.93º | 0.61% | 0.76% | - |
| XYZ | 41.62 | 47.68 | 14.03 | - |
| YUV | 176.85 | 71.65 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 187 | 77 | 0 | 0.04 | 0.61 | 0.24 | 55.93 | 0.5 | 0.53 |
| Hex | C3 | BB | 4D | 0 | 4 | 3D | 18 | 38 | 32 | 35 |
| Octal | 303 | 273 | 115 | 0 | 4 | 75 | 30 | 70 | 62 | 65 |
| Binary | 11000011 | 10111011 | 1001101 | 0 | 100 | 111101 | 11000 | 111000 | 110010 | 110101 |
Color Harmonies of #C3BB4D
Complementary color
Monochromatic Colors of #C3BB4D
Black with #C3BB4D
Text Example
Text Example
White with #C3BB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BB4D; }
p { color: rgb(195,187,77); }
H1.HeaderClassName
{
color: #C3BB4D;
}
.AnyTagClassName
{
color: #C3BB4D;
}
</style>
background-color css
<style>
a { background-color: #C3BB4D; }
a { background-color: rgb(195,187,77); }
div.DivClassName
{
background-color: #C3BB4D;
}
.BgClassName
{
background-color: #C3BB4D;
}
</style>
border-color css
<style>
span { border-color: #C3BB4D; }
span { border-color: rgb(195,187,77); }
td.TdClassName
{
border-color: #C3BB4D;
}
.TagClassName
{
border-color: #C3BB4D;
}
</style>