Shades of Sundance #C2B646
Tints of Sundance #C2B646
RGB
CMYK
RGB Variations
Color information
#C2B646 (or 0xC2B646) is known color: Sundance. HEX triplet: C2, B6 and 46. RGB value is (194,182,70). Sum of RGB (Red+Green+Blue) = 194+182+70=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 70 (27.73% from 255 or 15.70% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B646 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B646 is #3D49B9. Grayscale: #ADADAD. Windows color (decimal): -4016570 or 4634306. OLE color: 4634306.
HSL color Cylindrical-coordinate representation of color #C2B646: hue angle of 54.19º degrees, saturation: 0.5, 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 #C2B646 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 70 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.24 |
| HSL | 54.19º | 0.5% | 0.52% | - |
| HSV(B) | 54.19º | 0.64% | 0.76% | - |
| XYZ | 40.08 | 45.37 | 12.44 | - |
| YUV | 172.82 | 69.98 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 70 | 0 | 0.06 | 0.64 | 0.24 | 54.19 | 0.5 | 0.52 |
| Hex | C2 | B6 | 46 | 0 | 6 | 40 | 18 | 36 | 32 | 34 |
| Octal | 302 | 266 | 106 | 0 | 6 | 100 | 30 | 66 | 62 | 64 |
| Binary | 11000010 | 10110110 | 1000110 | 0 | 110 | 1000000 | 11000 | 110110 | 110010 | 110100 |
Color Harmonies of #C2B646
Complementary color
Monochromatic Colors of #C2B646
Black with #C2B646
Text Example
Text Example
White with #C2B646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B646; }
p { color: rgb(194,182,70); }
H1.HeaderClassName
{
color: #C2B646;
}
.AnyTagClassName
{
color: #C2B646;
}
</style>
background-color css
<style>
a { background-color: #C2B646; }
a { background-color: rgb(194,182,70); }
div.DivClassName
{
background-color: #C2B646;
}
.BgClassName
{
background-color: #C2B646;
}
</style>
border-color css
<style>
span { border-color: #C2B646; }
span { border-color: rgb(194,182,70); }
td.TdClassName
{
border-color: #C2B646;
}
.TagClassName
{
border-color: #C2B646;
}
</style>