Shades of Sundance #C1B151
Tints of Sundance #C1B151
RGB
CMYK
RGB Variations
Color information
#C1B151 (or 0xC1B151) is known color: Sundance. HEX triplet: C1, B1 and 51. RGB value is (193,177,81). Sum of RGB (Red+Green+Blue) = 193+177+81=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 81 (32.03% from 255 or 17.96% from 451); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B151 is #3E4EAE. Grayscale: #ABABAB. Windows color (decimal): -4083375 or 5353921. OLE color: 5353921.
HSL color Cylindrical-coordinate representation of color #C1B151: hue angle of 51.43º 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 #C1B151 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 177 | 81 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.24 |
| HSL | 51.43º | 0.47% | 0.54% | - |
| HSV(B) | 51.43º | 0.58% | 0.76% | - |
| XYZ | 39.2 | 43.38 | 14.09 | - |
| YUV | 170.84 | 77.3 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 177 | 81 | 0 | 0.08 | 0.58 | 0.24 | 51.43 | 0.47 | 0.54 |
| Hex | C1 | B1 | 51 | 0 | 8 | 3A | 18 | 33 | 2F | 36 |
| Octal | 301 | 261 | 121 | 0 | 10 | 72 | 30 | 63 | 57 | 66 |
| Binary | 11000001 | 10110001 | 1010001 | 0 | 1000 | 111010 | 11000 | 110011 | 101111 | 110110 |
Color Harmonies of #C1B151
Complementary color
Monochromatic Colors of #C1B151
Black with #C1B151
Text Example
Text Example
White with #C1B151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B151; }
p { color: rgb(193,177,81); }
H1.HeaderClassName
{
color: #C1B151;
}
.AnyTagClassName
{
color: #C1B151;
}
</style>
background-color css
<style>
a { background-color: #C1B151; }
a { background-color: rgb(193,177,81); }
div.DivClassName
{
background-color: #C1B151;
}
.BgClassName
{
background-color: #C1B151;
}
</style>
border-color css
<style>
span { border-color: #C1B151; }
span { border-color: rgb(193,177,81); }
td.TdClassName
{
border-color: #C1B151;
}
.TagClassName
{
border-color: #C1B151;
}
</style>