Shades of Sundance #C1AD52
Tints of Sundance #C1AD52
RGB
CMYK
RGB Variations
Color information
#C1AD52 (or 0xC1AD52) is known color: Sundance. HEX triplet: C1, AD and 52. RGB value is (193,173,82). Sum of RGB (Red+Green+Blue) = 193+173+82=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AD52 is #3E52AD. Grayscale: #A8A8A8. Windows color (decimal): -4084398 or 5418433. OLE color: 5418433.
HSL color Cylindrical-coordinate representation of color #C1AD52: hue angle of 49.19º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1AD52 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 82 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.24 |
| HSL | 49.19º | 0.47% | 0.54% | - |
| HSV(B) | 49.19º | 0.58% | 0.76% | - |
| XYZ | 38.46 | 41.83 | 14.03 | - |
| YUV | 168.61 | 79.13 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 82 | 0 | 0.10 | 0.58 | 0.24 | 49.19 | 0.47 | 0.54 |
| Hex | C1 | AD | 52 | 0 | A | 3A | 18 | 31 | 2F | 36 |
| Octal | 301 | 255 | 122 | 0 | 12 | 72 | 30 | 61 | 57 | 66 |
| Binary | 11000001 | 10101101 | 1010010 | 0 | 1010 | 111010 | 11000 | 110001 | 101111 | 110110 |
Color Harmonies of #C1AD52
Complementary color
Monochromatic Colors of #C1AD52
Black with #C1AD52
Text Example
Text Example
White with #C1AD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AD52; }
p { color: rgb(193,173,82); }
H1.HeaderClassName
{
color: #C1AD52;
}
.AnyTagClassName
{
color: #C1AD52;
}
</style>
background-color css
<style>
a { background-color: #C1AD52; }
a { background-color: rgb(193,173,82); }
div.DivClassName
{
background-color: #C1AD52;
}
.BgClassName
{
background-color: #C1AD52;
}
</style>
border-color css
<style>
span { border-color: #C1AD52; }
span { border-color: rgb(193,173,82); }
td.TdClassName
{
border-color: #C1AD52;
}
.TagClassName
{
border-color: #C1AD52;
}
</style>