Shades of Sundance #C1B14D
Tints of Sundance #C1B14D
RGB
CMYK
RGB Variations
Color information
#C1B14D (or 0xC1B14D) is known color: Sundance. HEX triplet: C1, B1 and 4D. RGB value is (193,177,77). Sum of RGB (Red+Green+Blue) = 193+177+77=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B14D is #3E4EB2. Grayscale: #AAAAAA. Windows color (decimal): -4083379 or 5091777. OLE color: 5091777.
HSL color Cylindrical-coordinate representation of color #C1B14D: hue angle of 51.72º degrees, saturation: 0.48, 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 #C1B14D is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 177 | 77 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.24 |
| HSL | 51.72º | 0.48% | 0.53% | - |
| HSV(B) | 51.72º | 0.6% | 0.76% | - |
| XYZ | 39.05 | 43.32 | 13.32 | - |
| YUV | 170.38 | 75.3 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 177 | 77 | 0 | 0.08 | 0.60 | 0.24 | 51.72 | 0.48 | 0.53 |
| Hex | C1 | B1 | 4D | 0 | 8 | 3C | 18 | 34 | 30 | 35 |
| Octal | 301 | 261 | 115 | 0 | 10 | 74 | 30 | 64 | 60 | 65 |
| Binary | 11000001 | 10110001 | 1001101 | 0 | 1000 | 111100 | 11000 | 110100 | 110000 | 110101 |
Color Harmonies of #C1B14D
Complementary color
Monochromatic Colors of #C1B14D
Black with #C1B14D
Text Example
Text Example
White with #C1B14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B14D; }
p { color: rgb(193,177,77); }
H1.HeaderClassName
{
color: #C1B14D;
}
.AnyTagClassName
{
color: #C1B14D;
}
</style>
background-color css
<style>
a { background-color: #C1B14D; }
a { background-color: rgb(193,177,77); }
div.DivClassName
{
background-color: #C1B14D;
}
.BgClassName
{
background-color: #C1B14D;
}
</style>
border-color css
<style>
span { border-color: #C1B14D; }
span { border-color: rgb(193,177,77); }
td.TdClassName
{
border-color: #C1B14D;
}
.TagClassName
{
border-color: #C1B14D;
}
</style>