Shades of Sundance #C1A84B
Tints of Sundance #C1A84B
RGB
CMYK
RGB Variations
Color information
#C1A84B (or 0xC1A84B) is known color: Sundance. HEX triplet: C1, A8 and 4B. RGB value is (193,168,75). Sum of RGB (Red+Green+Blue) = 193+168+75=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 75 (29.69% from 255 or 17.20% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A84B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A84B is #3E57B4. Grayscale: #A5A5A5. Windows color (decimal): -4085685 or 4958401. OLE color: 4958401.
HSL color Cylindrical-coordinate representation of color #C1A84B: hue angle of 47.29º 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 #C1A84B is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 168 | 75 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.24 |
| HSL | 47.29º | 0.49% | 0.53% | - |
| HSV(B) | 47.29º | 0.61% | 0.76% | - |
| XYZ | 37.26 | 39.85 | 12.38 | - |
| YUV | 164.87 | 77.28 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 75 | 0 | 0.13 | 0.61 | 0.24 | 47.29 | 0.49 | 0.53 |
| Hex | C1 | A8 | 4B | 0 | D | 3D | 18 | 2F | 31 | 35 |
| Octal | 301 | 250 | 113 | 0 | 15 | 75 | 30 | 57 | 61 | 65 |
| Binary | 11000001 | 10101000 | 1001011 | 0 | 1101 | 111101 | 11000 | 101111 | 110001 | 110101 |
Color Harmonies of #C1A84B
Complementary color
Monochromatic Colors of #C1A84B
Black with #C1A84B
Text Example
Text Example
White with #C1A84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A84B; }
p { color: rgb(193,168,75); }
H1.HeaderClassName
{
color: #C1A84B;
}
.AnyTagClassName
{
color: #C1A84B;
}
</style>
background-color css
<style>
a { background-color: #C1A84B; }
a { background-color: rgb(193,168,75); }
div.DivClassName
{
background-color: #C1A84B;
}
.BgClassName
{
background-color: #C1A84B;
}
</style>
border-color css
<style>
span { border-color: #C1A84B; }
span { border-color: rgb(193,168,75); }
td.TdClassName
{
border-color: #C1A84B;
}
.TagClassName
{
border-color: #C1A84B;
}
</style>