Shades of Sundance #C2B34E
Tints of Sundance #C2B34E
RGB
CMYK
RGB Variations
Color information
#C2B34E (or 0xC2B34E) is known color: Sundance. HEX triplet: C2, B3 and 4E. RGB value is (194,179,78). Sum of RGB (Red+Green+Blue) = 194+179+78=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 78 (30.86% from 255 or 17.29% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B34E is #3D4CB1. Grayscale: #ACACAC. Windows color (decimal): -4017330 or 5157826. OLE color: 5157826.
HSL color Cylindrical-coordinate representation of color #C2B34E: hue angle of 52.24º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2B34E is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 78 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.24 |
| HSL | 52.24º | 0.49% | 0.53% | - |
| HSV(B) | 52.24º | 0.6% | 0.76% | - |
| XYZ | 39.74 | 44.26 | 13.66 | - |
| YUV | 171.97 | 74.97 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 78 | 0 | 0.08 | 0.60 | 0.24 | 52.24 | 0.49 | 0.53 |
| Hex | C2 | B3 | 4E | 0 | 8 | 3C | 18 | 34 | 31 | 35 |
| Octal | 302 | 263 | 116 | 0 | 10 | 74 | 30 | 64 | 61 | 65 |
| Binary | 11000010 | 10110011 | 1001110 | 0 | 1000 | 111100 | 11000 | 110100 | 110001 | 110101 |
Color Harmonies of #C2B34E
Complementary color
Monochromatic Colors of #C2B34E
Black with #C2B34E
Text Example
Text Example
White with #C2B34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B34E; }
p { color: rgb(194,179,78); }
H1.HeaderClassName
{
color: #C2B34E;
}
.AnyTagClassName
{
color: #C2B34E;
}
</style>
background-color css
<style>
a { background-color: #C2B34E; }
a { background-color: rgb(194,179,78); }
div.DivClassName
{
background-color: #C2B34E;
}
.BgClassName
{
background-color: #C2B34E;
}
</style>
border-color css
<style>
span { border-color: #C2B34E; }
span { border-color: rgb(194,179,78); }
td.TdClassName
{
border-color: #C2B34E;
}
.TagClassName
{
border-color: #C2B34E;
}
</style>