Shades of Sundance #C1B551
Tints of Sundance #C1B551
RGB
CMYK
RGB Variations
Color information
#C1B551 (or 0xC1B551) is known color: Sundance. HEX triplet: C1, B5 and 51. RGB value is (193,181,81). Sum of RGB (Red+Green+Blue) = 193+181+81=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 81 (32.03% from 255 or 17.80% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B551 is #3E4AAE. Grayscale: #ADADAD. Windows color (decimal): -4082351 or 5354945. OLE color: 5354945.
HSL color Cylindrical-coordinate representation of color #C1B551: hue angle of 53.57º 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 #C1B551 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 181 | 81 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.24 |
| HSL | 53.57º | 0.47% | 0.54% | - |
| HSV(B) | 53.57º | 0.58% | 0.76% | - |
| XYZ | 40 | 44.98 | 14.36 | - |
| YUV | 173.19 | 75.98 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 181 | 81 | 0 | 0.06 | 0.58 | 0.24 | 53.57 | 0.47 | 0.54 |
| Hex | C1 | B5 | 51 | 0 | 6 | 3A | 18 | 36 | 2F | 36 |
| Octal | 301 | 265 | 121 | 0 | 6 | 72 | 30 | 66 | 57 | 66 |
| Binary | 11000001 | 10110101 | 1010001 | 0 | 110 | 111010 | 11000 | 110110 | 101111 | 110110 |
Color Harmonies of #C1B551
Complementary color
Monochromatic Colors of #C1B551
Black with #C1B551
Text Example
Text Example
White with #C1B551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B551; }
p { color: rgb(193,181,81); }
H1.HeaderClassName
{
color: #C1B551;
}
.AnyTagClassName
{
color: #C1B551;
}
</style>
background-color css
<style>
a { background-color: #C1B551; }
a { background-color: rgb(193,181,81); }
div.DivClassName
{
background-color: #C1B551;
}
.BgClassName
{
background-color: #C1B551;
}
</style>
border-color css
<style>
span { border-color: #C1B551; }
span { border-color: rgb(193,181,81); }
td.TdClassName
{
border-color: #C1B551;
}
.TagClassName
{
border-color: #C1B551;
}
</style>