Shades of Sundance #C3B346
Tints of Sundance #C3B346
RGB
CMYK
RGB Variations
Color information
#C3B346 (or 0xC3B346) is known color: Sundance. HEX triplet: C3, B3 and 46. RGB value is (195,179,70). Sum of RGB (Red+Green+Blue) = 195+179+70=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 70 (27.73% from 255 or 15.77% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B346 is #3C4CB9. Grayscale: #ABABAB. Windows color (decimal): -3951802 or 4633539. OLE color: 4633539.
HSL color Cylindrical-coordinate representation of color #C3B346: hue angle of 52.32º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C3B346 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 179 | 70 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.24 |
| HSL | 52.32º | 0.51% | 0.52% | - |
| HSV(B) | 52.32º | 0.64% | 0.76% | - |
| XYZ | 39.73 | 44.28 | 12.25 | - |
| YUV | 171.36 | 70.8 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 179 | 70 | 0 | 0.08 | 0.64 | 0.24 | 52.32 | 0.51 | 0.52 |
| Hex | C3 | B3 | 46 | 0 | 8 | 40 | 18 | 34 | 33 | 34 |
| Octal | 303 | 263 | 106 | 0 | 10 | 100 | 30 | 64 | 63 | 64 |
| Binary | 11000011 | 10110011 | 1000110 | 0 | 1000 | 1000000 | 11000 | 110100 | 110011 | 110100 |
Color Harmonies of #C3B346
Complementary color
Monochromatic Colors of #C3B346
Black with #C3B346
Text Example
Text Example
White with #C3B346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B346; }
p { color: rgb(195,179,70); }
H1.HeaderClassName
{
color: #C3B346;
}
.AnyTagClassName
{
color: #C3B346;
}
</style>
background-color css
<style>
a { background-color: #C3B346; }
a { background-color: rgb(195,179,70); }
div.DivClassName
{
background-color: #C3B346;
}
.BgClassName
{
background-color: #C3B346;
}
</style>
border-color css
<style>
span { border-color: #C3B346; }
span { border-color: rgb(195,179,70); }
td.TdClassName
{
border-color: #C3B346;
}
.TagClassName
{
border-color: #C3B346;
}
</style>