Shades of Sundance #C1A74B
Tints of Sundance #C1A74B
RGB
CMYK
RGB Variations
Color information
#C1A74B (or 0xC1A74B) is known color: Sundance. HEX triplet: C1, A7 and 4B. RGB value is (193,167,75). Sum of RGB (Red+Green+Blue) = 193+167+75=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A74B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A74B is #3E58B4. Grayscale: #A4A4A4. Windows color (decimal): -4085941 or 4958145. OLE color: 4958145.
HSL color Cylindrical-coordinate representation of color #C1A74B: hue angle of 46.78º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C1A74B is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 167 | 75 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.24 |
| HSL | 46.78º | 0.49% | 0.53% | - |
| HSV(B) | 46.78º | 0.61% | 0.76% | - |
| XYZ | 37.08 | 39.48 | 12.32 | - |
| YUV | 164.29 | 77.61 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 167 | 75 | 0 | 0.13 | 0.61 | 0.24 | 46.78 | 0.49 | 0.53 |
| Hex | C1 | A7 | 4B | 0 | D | 3D | 18 | 2F | 31 | 35 |
| Octal | 301 | 247 | 113 | 0 | 15 | 75 | 30 | 57 | 61 | 65 |
| Binary | 11000001 | 10100111 | 1001011 | 0 | 1101 | 111101 | 11000 | 101111 | 110001 | 110101 |
Color Harmonies of #C1A74B
Complementary color
Monochromatic Colors of #C1A74B
Black with #C1A74B
Text Example
Text Example
White with #C1A74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A74B; }
p { color: rgb(193,167,75); }
H1.HeaderClassName
{
color: #C1A74B;
}
.AnyTagClassName
{
color: #C1A74B;
}
</style>
background-color css
<style>
a { background-color: #C1A74B; }
a { background-color: rgb(193,167,75); }
div.DivClassName
{
background-color: #C1A74B;
}
.BgClassName
{
background-color: #C1A74B;
}
</style>
border-color css
<style>
span { border-color: #C1A74B; }
span { border-color: rgb(193,167,75); }
td.TdClassName
{
border-color: #C1A74B;
}
.TagClassName
{
border-color: #C1A74B;
}
</style>