Shades of Sundance #C2BA4B
Tints of Sundance #C2BA4B
RGB
CMYK
RGB Variations
Color information
#C2BA4B (or 0xC2BA4B) is known color: Sundance. HEX triplet: C2, BA and 4B. RGB value is (194,186,75). Sum of RGB (Red+Green+Blue) = 194+186+75=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 75 (29.69% from 255 or 16.48% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BA4B is #3D45B4. Grayscale: #B0B0B0. Windows color (decimal): -4015541 or 4963010. OLE color: 4963010.
HSL color Cylindrical-coordinate representation of color #C2BA4B: hue angle of 55.97º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2BA4B is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 186 | 75 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.24 |
| HSL | 55.97º | 0.49% | 0.53% | - |
| HSV(B) | 55.97º | 0.61% | 0.76% | - |
| XYZ | 41.08 | 47.1 | 13.58 | - |
| YUV | 175.74 | 71.15 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 75 | 0 | 0.04 | 0.61 | 0.24 | 55.97 | 0.49 | 0.53 |
| Hex | C2 | BA | 4B | 0 | 4 | 3D | 18 | 38 | 31 | 35 |
| Octal | 302 | 272 | 113 | 0 | 4 | 75 | 30 | 70 | 61 | 65 |
| Binary | 11000010 | 10111010 | 1001011 | 0 | 100 | 111101 | 11000 | 111000 | 110001 | 110101 |
Color Harmonies of #C2BA4B
Complementary color
Monochromatic Colors of #C2BA4B
Black with #C2BA4B
Text Example
Text Example
White with #C2BA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BA4B; }
p { color: rgb(194,186,75); }
H1.HeaderClassName
{
color: #C2BA4B;
}
.AnyTagClassName
{
color: #C2BA4B;
}
</style>
background-color css
<style>
a { background-color: #C2BA4B; }
a { background-color: rgb(194,186,75); }
div.DivClassName
{
background-color: #C2BA4B;
}
.BgClassName
{
background-color: #C2BA4B;
}
</style>
border-color css
<style>
span { border-color: #C2BA4B; }
span { border-color: rgb(194,186,75); }
td.TdClassName
{
border-color: #C2BA4B;
}
.TagClassName
{
border-color: #C2BA4B;
}
</style>