Shades of Sundance #C1B451
Tints of Sundance #C1B451
RGB
CMYK
RGB Variations
Color information
#C1B451 (or 0xC1B451) is known color: Sundance. HEX triplet: C1, B4 and 51. RGB value is (193,180,81). Sum of RGB (Red+Green+Blue) = 193+180+81=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 81 (32.03% from 255 or 17.84% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B451 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B451 is #3E4BAE. Grayscale: #ADADAD. Windows color (decimal): -4082607 or 5354689. OLE color: 5354689.
HSL color Cylindrical-coordinate representation of color #C1B451: hue angle of 53.04º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1B451 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 180 | 81 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.24 |
| HSL | 53.04º | 0.47% | 0.54% | - |
| HSV(B) | 53.04º | 0.58% | 0.76% | - |
| XYZ | 39.8 | 44.57 | 14.29 | - |
| YUV | 172.6 | 76.31 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 180 | 81 | 0 | 0.07 | 0.58 | 0.24 | 53.04 | 0.47 | 0.54 |
| Hex | C1 | B4 | 51 | 0 | 7 | 3A | 18 | 35 | 2F | 36 |
| Octal | 301 | 264 | 121 | 0 | 7 | 72 | 30 | 65 | 57 | 66 |
| Binary | 11000001 | 10110100 | 1010001 | 0 | 111 | 111010 | 11000 | 110101 | 101111 | 110110 |
Color Harmonies of #C1B451
Complementary color
Monochromatic Colors of #C1B451
Black with #C1B451
Text Example
Text Example
White with #C1B451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B451; }
p { color: rgb(193,180,81); }
H1.HeaderClassName
{
color: #C1B451;
}
.AnyTagClassName
{
color: #C1B451;
}
</style>
background-color css
<style>
a { background-color: #C1B451; }
a { background-color: rgb(193,180,81); }
div.DivClassName
{
background-color: #C1B451;
}
.BgClassName
{
background-color: #C1B451;
}
</style>
border-color css
<style>
span { border-color: #C1B451; }
span { border-color: rgb(193,180,81); }
td.TdClassName
{
border-color: #C1B451;
}
.TagClassName
{
border-color: #C1B451;
}
</style>