Shades of Sundance #C1B145
Tints of Sundance #C1B145
RGB
CMYK
RGB Variations
Color information
#C1B145 (or 0xC1B145) is known color: Sundance. HEX triplet: C1, B1 and 45. RGB value is (193,177,69). Sum of RGB (Red+Green+Blue) = 193+177+69=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 69 (27.34% from 255 or 15.72% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B145 is #3E4EBA. Grayscale: #A9A9A9. Windows color (decimal): -4083387 or 4567489. OLE color: 4567489.
HSL color Cylindrical-coordinate representation of color #C1B145: hue angle of 52.26º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C1B145 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 177 | 69 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.24 |
| HSL | 52.26º | 0.5% | 0.51% | - |
| HSV(B) | 52.26º | 0.64% | 0.76% | - |
| XYZ | 38.79 | 43.21 | 11.93 | - |
| YUV | 169.47 | 71.3 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 177 | 69 | 0 | 0.08 | 0.64 | 0.24 | 52.26 | 0.5 | 0.51 |
| Hex | C1 | B1 | 45 | 0 | 8 | 40 | 18 | 34 | 32 | 33 |
| Octal | 301 | 261 | 105 | 0 | 10 | 100 | 30 | 64 | 62 | 63 |
| Binary | 11000001 | 10110001 | 1000101 | 0 | 1000 | 1000000 | 11000 | 110100 | 110010 | 110011 |
Color Harmonies of #C1B145
Complementary color
Monochromatic Colors of #C1B145
Black with #C1B145
Text Example
Text Example
White with #C1B145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B145; }
p { color: rgb(193,177,69); }
H1.HeaderClassName
{
color: #C1B145;
}
.AnyTagClassName
{
color: #C1B145;
}
</style>
background-color css
<style>
a { background-color: #C1B145; }
a { background-color: rgb(193,177,69); }
div.DivClassName
{
background-color: #C1B145;
}
.BgClassName
{
background-color: #C1B145;
}
</style>
border-color css
<style>
span { border-color: #C1B145; }
span { border-color: rgb(193,177,69); }
td.TdClassName
{
border-color: #C1B145;
}
.TagClassName
{
border-color: #C1B145;
}
</style>