Shades of Sundance #C1B043
Tints of Sundance #C1B043
RGB
CMYK
RGB Variations
Color information
#C1B043 (or 0xC1B043) is known color: Sundance. HEX triplet: C1, B0 and 43. RGB value is (193,176,67). Sum of RGB (Red+Green+Blue) = 193+176+67=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 67 (26.56% from 255 or 15.37% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B043 is #3E4FBC. Grayscale: #A9A9A9. Windows color (decimal): -4083645 or 4436161. OLE color: 4436161.
HSL color Cylindrical-coordinate representation of color #C1B043: hue angle of 51.9º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C1B043 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 176 | 67 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.24 |
| HSL | 51.9º | 0.5% | 0.51% | - |
| HSV(B) | 51.9º | 0.65% | 0.76% | - |
| XYZ | 38.53 | 42.79 | 11.54 | - |
| YUV | 168.66 | 70.63 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 176 | 67 | 0 | 0.09 | 0.65 | 0.24 | 51.9 | 0.5 | 0.51 |
| Hex | C1 | B0 | 43 | 0 | 9 | 41 | 18 | 34 | 32 | 33 |
| Octal | 301 | 260 | 103 | 0 | 11 | 101 | 30 | 64 | 62 | 63 |
| Binary | 11000001 | 10110000 | 1000011 | 0 | 1001 | 1000001 | 11000 | 110100 | 110010 | 110011 |
Color Harmonies of #C1B043
Complementary color
Monochromatic Colors of #C1B043
Black with #C1B043
Text Example
Text Example
White with #C1B043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B043; }
p { color: rgb(193,176,67); }
H1.HeaderClassName
{
color: #C1B043;
}
.AnyTagClassName
{
color: #C1B043;
}
</style>
background-color css
<style>
a { background-color: #C1B043; }
a { background-color: rgb(193,176,67); }
div.DivClassName
{
background-color: #C1B043;
}
.BgClassName
{
background-color: #C1B043;
}
</style>
border-color css
<style>
span { border-color: #C1B043; }
span { border-color: rgb(193,176,67); }
td.TdClassName
{
border-color: #C1B043;
}
.TagClassName
{
border-color: #C1B043;
}
</style>