Shades of Sundance #C1A848
Tints of Sundance #C1A848
RGB
CMYK
RGB Variations
Color information
#C1A848 (or 0xC1A848) is known color: Sundance. HEX triplet: C1, A8 and 48. RGB value is (193,168,72). Sum of RGB (Red+Green+Blue) = 193+168+72=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 72 (28.52% from 255 or 16.63% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A848 is #3E57B7. Grayscale: #A4A4A4. Windows color (decimal): -4085688 or 4761793. OLE color: 4761793.
HSL color Cylindrical-coordinate representation of color #C1A848: hue angle of 47.6º degrees, saturation: 0.49, 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 #C1A848 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 168 | 72 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.24 |
| HSL | 47.6º | 0.49% | 0.52% | - |
| HSV(B) | 47.6º | 0.63% | 0.76% | - |
| XYZ | 37.16 | 39.81 | 11.86 | - |
| YUV | 164.53 | 75.78 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 72 | 0 | 0.13 | 0.63 | 0.24 | 47.6 | 0.49 | 0.52 |
| Hex | C1 | A8 | 48 | 0 | D | 3F | 18 | 30 | 31 | 34 |
| Octal | 301 | 250 | 110 | 0 | 15 | 77 | 30 | 60 | 61 | 64 |
| Binary | 11000001 | 10101000 | 1001000 | 0 | 1101 | 111111 | 11000 | 110000 | 110001 | 110100 |
Color Harmonies of #C1A848
Complementary color
Monochromatic Colors of #C1A848
Black with #C1A848
Text Example
Text Example
White with #C1A848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A848; }
p { color: rgb(193,168,72); }
H1.HeaderClassName
{
color: #C1A848;
}
.AnyTagClassName
{
color: #C1A848;
}
</style>
background-color css
<style>
a { background-color: #C1A848; }
a { background-color: rgb(193,168,72); }
div.DivClassName
{
background-color: #C1A848;
}
.BgClassName
{
background-color: #C1A848;
}
</style>
border-color css
<style>
span { border-color: #C1A848; }
span { border-color: rgb(193,168,72); }
td.TdClassName
{
border-color: #C1A848;
}
.TagClassName
{
border-color: #C1A848;
}
</style>