Shades of Sundance #C1B349
Tints of Sundance #C1B349
RGB
CMYK
RGB Variations
Color information
#C1B349 (or 0xC1B349) is known color: Sundance. HEX triplet: C1, B3 and 49. RGB value is (193,179,73). Sum of RGB (Red+Green+Blue) = 193+179+73=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 73 (28.91% from 255 or 16.40% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B349 is #3E4CB6. Grayscale: #ABABAB. Windows color (decimal): -4082871 or 4830145. OLE color: 4830145.
HSL color Cylindrical-coordinate representation of color #C1B349: hue angle of 53º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C1B349 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 179 | 73 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.24 |
| HSL | 53º | 0.49% | 0.52% | - |
| HSV(B) | 53º | 0.62% | 0.76% | - |
| XYZ | 39.32 | 44.06 | 12.74 | - |
| YUV | 171.1 | 72.64 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 179 | 73 | 0 | 0.07 | 0.62 | 0.24 | 53 | 0.49 | 0.52 |
| Hex | C1 | B3 | 49 | 0 | 7 | 3E | 18 | 35 | 31 | 34 |
| Octal | 301 | 263 | 111 | 0 | 7 | 76 | 30 | 65 | 61 | 64 |
| Binary | 11000001 | 10110011 | 1001001 | 0 | 111 | 111110 | 11000 | 110101 | 110001 | 110100 |
Color Harmonies of #C1B349
Complementary color
Monochromatic Colors of #C1B349
Black with #C1B349
Text Example
Text Example
White with #C1B349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B349; }
p { color: rgb(193,179,73); }
H1.HeaderClassName
{
color: #C1B349;
}
.AnyTagClassName
{
color: #C1B349;
}
</style>
background-color css
<style>
a { background-color: #C1B349; }
a { background-color: rgb(193,179,73); }
div.DivClassName
{
background-color: #C1B349;
}
.BgClassName
{
background-color: #C1B349;
}
</style>
border-color css
<style>
span { border-color: #C1B349; }
span { border-color: rgb(193,179,73); }
td.TdClassName
{
border-color: #C1B349;
}
.TagClassName
{
border-color: #C1B349;
}
</style>