Shades of Sundance #C2B746
Tints of Sundance #C2B746
RGB
CMYK
RGB Variations
Color information
#C2B746 (or 0xC2B746) is known color: Sundance. HEX triplet: C2, B7 and 46. RGB value is (194,183,70). Sum of RGB (Red+Green+Blue) = 194+183+70=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 70 (27.73% from 255 or 15.66% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B746 is #3D48B9. Grayscale: #ADADAD. Windows color (decimal): -4016314 or 4634562. OLE color: 4634562.
HSL color Cylindrical-coordinate representation of color #C2B746: hue angle of 54.68º 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 #C2B746 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 183 | 70 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.24 |
| HSL | 54.68º | 0.5% | 0.52% | - |
| HSV(B) | 54.68º | 0.64% | 0.76% | - |
| XYZ | 40.29 | 45.78 | 12.51 | - |
| YUV | 173.41 | 69.64 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 183 | 70 | 0 | 0.06 | 0.64 | 0.24 | 54.68 | 0.5 | 0.52 |
| Hex | C2 | B7 | 46 | 0 | 6 | 40 | 18 | 37 | 32 | 34 |
| Octal | 302 | 267 | 106 | 0 | 6 | 100 | 30 | 67 | 62 | 64 |
| Binary | 11000010 | 10110111 | 1000110 | 0 | 110 | 1000000 | 11000 | 110111 | 110010 | 110100 |
Color Harmonies of #C2B746
Complementary color
Monochromatic Colors of #C2B746
Black with #C2B746
Text Example
Text Example
White with #C2B746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B746; }
p { color: rgb(194,183,70); }
H1.HeaderClassName
{
color: #C2B746;
}
.AnyTagClassName
{
color: #C2B746;
}
</style>
background-color css
<style>
a { background-color: #C2B746; }
a { background-color: rgb(194,183,70); }
div.DivClassName
{
background-color: #C2B746;
}
.BgClassName
{
background-color: #C2B746;
}
</style>
border-color css
<style>
span { border-color: #C2B746; }
span { border-color: rgb(194,183,70); }
td.TdClassName
{
border-color: #C2B746;
}
.TagClassName
{
border-color: #C2B746;
}
</style>