Shades of Sundance #C2B343
Tints of Sundance #C2B343
RGB
CMYK
RGB Variations
Color information
#C2B343 (or 0xC2B343) is known color: Sundance. HEX triplet: C2, B3 and 43. RGB value is (194,179,67). Sum of RGB (Red+Green+Blue) = 194+179+67=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 67 (26.56% from 255 or 15.23% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B343 is #3D4CBC. Grayscale: #ABABAB. Windows color (decimal): -4017341 or 4436930. OLE color: 4436930.
HSL color Cylindrical-coordinate representation of color #C2B343: hue angle of 52.91º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2B343 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 67 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.24 |
| HSL | 52.91º | 0.51% | 0.51% | - |
| HSV(B) | 52.91º | 0.65% | 0.76% | - |
| XYZ | 39.38 | 44.11 | 11.75 | - |
| YUV | 170.72 | 69.47 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 67 | 0 | 0.08 | 0.65 | 0.24 | 52.91 | 0.51 | 0.51 |
| Hex | C2 | B3 | 43 | 0 | 8 | 41 | 18 | 35 | 33 | 33 |
| Octal | 302 | 263 | 103 | 0 | 10 | 101 | 30 | 65 | 63 | 63 |
| Binary | 11000010 | 10110011 | 1000011 | 0 | 1000 | 1000001 | 11000 | 110101 | 110011 | 110011 |
Color Harmonies of #C2B343
Complementary color
Monochromatic Colors of #C2B343
Black with #C2B343
Text Example
Text Example
White with #C2B343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B343; }
p { color: rgb(194,179,67); }
H1.HeaderClassName
{
color: #C2B343;
}
.AnyTagClassName
{
color: #C2B343;
}
</style>
background-color css
<style>
a { background-color: #C2B343; }
a { background-color: rgb(194,179,67); }
div.DivClassName
{
background-color: #C2B343;
}
.BgClassName
{
background-color: #C2B343;
}
</style>
border-color css
<style>
span { border-color: #C2B343; }
span { border-color: rgb(194,179,67); }
td.TdClassName
{
border-color: #C2B343;
}
.TagClassName
{
border-color: #C2B343;
}
</style>