Shades of Sundance #C1B256
Tints of Sundance #C1B256
RGB
CMYK
RGB Variations
Color information
#C1B256 (or 0xC1B256) is known color: Sundance. HEX triplet: C1, B2 and 56. RGB value is (193,178,86). Sum of RGB (Red+Green+Blue) = 193+178+86=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 86 (33.98% from 255 or 18.82% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B256 is #3E4DA9. Grayscale: #ACACAC. Windows color (decimal): -4083114 or 5681857. OLE color: 5681857.
HSL color Cylindrical-coordinate representation of color #C1B256: hue angle of 51.59º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C1B256 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 178 | 86 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.24 |
| HSL | 51.59º | 0.46% | 0.55% | - |
| HSV(B) | 51.59º | 0.55% | 0.76% | - |
| XYZ | 39.59 | 43.85 | 15.18 | - |
| YUV | 172 | 79.47 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 178 | 86 | 0 | 0.08 | 0.55 | 0.24 | 51.59 | 0.46 | 0.55 |
| Hex | C1 | B2 | 56 | 0 | 8 | 37 | 18 | 34 | 2E | 37 |
| Octal | 301 | 262 | 126 | 0 | 10 | 67 | 30 | 64 | 56 | 67 |
| Binary | 11000001 | 10110010 | 1010110 | 0 | 1000 | 110111 | 11000 | 110100 | 101110 | 110111 |
Color Harmonies of #C1B256
Complementary color
Monochromatic Colors of #C1B256
Black with #C1B256
Text Example
Text Example
White with #C1B256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B256; }
p { color: rgb(193,178,86); }
H1.HeaderClassName
{
color: #C1B256;
}
.AnyTagClassName
{
color: #C1B256;
}
</style>
background-color css
<style>
a { background-color: #C1B256; }
a { background-color: rgb(193,178,86); }
div.DivClassName
{
background-color: #C1B256;
}
.BgClassName
{
background-color: #C1B256;
}
</style>
border-color css
<style>
span { border-color: #C1B256; }
span { border-color: rgb(193,178,86); }
td.TdClassName
{
border-color: #C1B256;
}
.TagClassName
{
border-color: #C1B256;
}
</style>