Shades of Sundance #C2B14E
Tints of Sundance #C2B14E
RGB
CMYK
RGB Variations
Color information
#C2B14E (or 0xC2B14E) is known color: Sundance. HEX triplet: C2, B1 and 4E. RGB value is (194,177,78). Sum of RGB (Red+Green+Blue) = 194+177+78=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B14E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B14E is #3D4EB1. Grayscale: #ABABAB. Windows color (decimal): -4017842 or 5157314. OLE color: 5157314.
HSL color Cylindrical-coordinate representation of color #C2B14E: hue angle of 51.21º 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 #C2B14E is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 78 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.24 |
| HSL | 51.21º | 0.49% | 0.53% | - |
| HSV(B) | 51.21º | 0.6% | 0.76% | - |
| XYZ | 39.35 | 43.46 | 13.52 | - |
| YUV | 170.8 | 75.63 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 78 | 0 | 0.09 | 0.60 | 0.24 | 51.21 | 0.49 | 0.53 |
| Hex | C2 | B1 | 4E | 0 | 9 | 3C | 18 | 33 | 31 | 35 |
| Octal | 302 | 261 | 116 | 0 | 11 | 74 | 30 | 63 | 61 | 65 |
| Binary | 11000010 | 10110001 | 1001110 | 0 | 1001 | 111100 | 11000 | 110011 | 110001 | 110101 |
Color Harmonies of #C2B14E
Complementary color
Monochromatic Colors of #C2B14E
Black with #C2B14E
Text Example
Text Example
White with #C2B14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B14E; }
p { color: rgb(194,177,78); }
H1.HeaderClassName
{
color: #C2B14E;
}
.AnyTagClassName
{
color: #C2B14E;
}
</style>
background-color css
<style>
a { background-color: #C2B14E; }
a { background-color: rgb(194,177,78); }
div.DivClassName
{
background-color: #C2B14E;
}
.BgClassName
{
background-color: #C2B14E;
}
</style>
border-color css
<style>
span { border-color: #C2B14E; }
span { border-color: rgb(194,177,78); }
td.TdClassName
{
border-color: #C2B14E;
}
.TagClassName
{
border-color: #C2B14E;
}
</style>