Shades of Sundance #C1B34F
Tints of Sundance #C1B34F
RGB
CMYK
RGB Variations
Color information
#C1B34F (or 0xC1B34F) is known color: Sundance. HEX triplet: C1, B3 and 4F. RGB value is (193,179,79). Sum of RGB (Red+Green+Blue) = 193+179+79=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 79 (31.25% from 255 or 17.52% from 451); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B34F is #3E4CB0. Grayscale: #ACACAC. Windows color (decimal): -4082865 or 5223361. OLE color: 5223361.
HSL color Cylindrical-coordinate representation of color #C1B34F: hue angle of 52.63º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1B34F is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 179 | 79 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.24 |
| HSL | 52.63º | 0.48% | 0.53% | - |
| HSV(B) | 52.63º | 0.59% | 0.76% | - |
| XYZ | 39.52 | 44.14 | 13.83 | - |
| YUV | 171.79 | 75.64 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 179 | 79 | 0 | 0.07 | 0.59 | 0.24 | 52.63 | 0.48 | 0.53 |
| Hex | C1 | B3 | 4F | 0 | 7 | 3B | 18 | 35 | 30 | 35 |
| Octal | 301 | 263 | 117 | 0 | 7 | 73 | 30 | 65 | 60 | 65 |
| Binary | 11000001 | 10110011 | 1001111 | 0 | 111 | 111011 | 11000 | 110101 | 110000 | 110101 |
Color Harmonies of #C1B34F
Complementary color
Monochromatic Colors of #C1B34F
Black with #C1B34F
Text Example
Text Example
White with #C1B34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B34F; }
p { color: rgb(193,179,79); }
H1.HeaderClassName
{
color: #C1B34F;
}
.AnyTagClassName
{
color: #C1B34F;
}
</style>
background-color css
<style>
a { background-color: #C1B34F; }
a { background-color: rgb(193,179,79); }
div.DivClassName
{
background-color: #C1B34F;
}
.BgClassName
{
background-color: #C1B34F;
}
</style>
border-color css
<style>
span { border-color: #C1B34F; }
span { border-color: rgb(193,179,79); }
td.TdClassName
{
border-color: #C1B34F;
}
.TagClassName
{
border-color: #C1B34F;
}
</style>