Shades of Sundance #C1B74A
Tints of Sundance #C1B74A
RGB
CMYK
RGB Variations
Color information
#C1B74A (or 0xC1B74A) is known color: Sundance. HEX triplet: C1, B7 and 4A. RGB value is (193,183,74). Sum of RGB (Red+Green+Blue) = 193+183+74=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B74A is #3E48B5. Grayscale: #AEAEAE. Windows color (decimal): -4081846 or 4896705. OLE color: 4896705.
HSL color Cylindrical-coordinate representation of color #C1B74A: hue angle of 54.96º 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 #C1B74A is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 183 | 74 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.24 |
| HSL | 54.96º | 0.49% | 0.52% | - |
| HSV(B) | 54.96º | 0.62% | 0.76% | - |
| XYZ | 40.16 | 45.7 | 13.18 | - |
| YUV | 173.56 | 71.81 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 183 | 74 | 0 | 0.05 | 0.62 | 0.24 | 54.96 | 0.49 | 0.52 |
| Hex | C1 | B7 | 4A | 0 | 5 | 3E | 18 | 37 | 31 | 34 |
| Octal | 301 | 267 | 112 | 0 | 5 | 76 | 30 | 67 | 61 | 64 |
| Binary | 11000001 | 10110111 | 1001010 | 0 | 101 | 111110 | 11000 | 110111 | 110001 | 110100 |
Color Harmonies of #C1B74A
Complementary color
Monochromatic Colors of #C1B74A
Black with #C1B74A
Text Example
Text Example
White with #C1B74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B74A; }
p { color: rgb(193,183,74); }
H1.HeaderClassName
{
color: #C1B74A;
}
.AnyTagClassName
{
color: #C1B74A;
}
</style>
background-color css
<style>
a { background-color: #C1B74A; }
a { background-color: rgb(193,183,74); }
div.DivClassName
{
background-color: #C1B74A;
}
.BgClassName
{
background-color: #C1B74A;
}
</style>
border-color css
<style>
span { border-color: #C1B74A; }
span { border-color: rgb(193,183,74); }
td.TdClassName
{
border-color: #C1B74A;
}
.TagClassName
{
border-color: #C1B74A;
}
</style>