Shades of Sundance #C1B447
Tints of Sundance #C1B447
RGB
CMYK
RGB Variations
Color information
#C1B447 (or 0xC1B447) is known color: Sundance. HEX triplet: C1, B4 and 47. RGB value is (193,180,71). Sum of RGB (Red+Green+Blue) = 193+180+71=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 71 (28.12% from 255 or 15.99% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B447 is #3E4BB8. Grayscale: #ABABAB. Windows color (decimal): -4082617 or 4699329. OLE color: 4699329.
HSL color Cylindrical-coordinate representation of color #C1B447: hue angle of 53.61º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C1B447 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 180 | 71 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.24 |
| HSL | 53.61º | 0.5% | 0.52% | - |
| HSV(B) | 53.61º | 0.63% | 0.76% | - |
| XYZ | 39.45 | 44.43 | 12.46 | - |
| YUV | 171.46 | 71.31 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 180 | 71 | 0 | 0.07 | 0.63 | 0.24 | 53.61 | 0.5 | 0.52 |
| Hex | C1 | B4 | 47 | 0 | 7 | 3F | 18 | 36 | 32 | 34 |
| Octal | 301 | 264 | 107 | 0 | 7 | 77 | 30 | 66 | 62 | 64 |
| Binary | 11000001 | 10110100 | 1000111 | 0 | 111 | 111111 | 11000 | 110110 | 110010 | 110100 |
Color Harmonies of #C1B447
Complementary color
Monochromatic Colors of #C1B447
Black with #C1B447
Text Example
Text Example
White with #C1B447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B447; }
p { color: rgb(193,180,71); }
H1.HeaderClassName
{
color: #C1B447;
}
.AnyTagClassName
{
color: #C1B447;
}
</style>
background-color css
<style>
a { background-color: #C1B447; }
a { background-color: rgb(193,180,71); }
div.DivClassName
{
background-color: #C1B447;
}
.BgClassName
{
background-color: #C1B447;
}
</style>
border-color css
<style>
span { border-color: #C1B447; }
span { border-color: rgb(193,180,71); }
td.TdClassName
{
border-color: #C1B447;
}
.TagClassName
{
border-color: #C1B447;
}
</style>