Shades of Sundance #C8A150
Tints of Sundance #C8A150
RGB
CMYK
RGB Variations
Color information
#C8A150 (or 0xC8A150) is known color: Sundance. HEX triplet: C8, A1 and 50. RGB value is (200,161,80). Sum of RGB (Red+Green+Blue) = 200+161+80=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A150 is #375EAF. Grayscale: #A3A3A3. Windows color (decimal): -3628720 or 5284296. OLE color: 5284296.
HSL color Cylindrical-coordinate representation of color #C8A150: hue angle of 40.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8A150 is Cyan = 0, Magento = 0.19, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 80 | - |
| CMYK | 0 | 0.19 | 0.6 | 0.22 |
| HSL | 40.5º | 0.52% | 0.55% | - |
| HSV(B) | 40.5º | 0.6% | 0.78% | - |
| XYZ | 38.01 | 38.35 | 12.99 | - |
| YUV | 163.43 | 80.92 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 80 | 0 | 0.19 | 0.6 | 0.22 | 40.5 | 0.52 | 0.55 |
| Hex | C8 | A1 | 50 | 0 | 13 | 3C | 16 | 28 | 34 | 37 |
| Octal | 310 | 241 | 120 | 0 | 23 | 74 | 26 | 50 | 64 | 67 |
| Binary | 11001000 | 10100001 | 1010000 | 0 | 10011 | 111100 | 10110 | 101000 | 110100 | 110111 |
Color Harmonies of #C8A150
Complementary color
Monochromatic Colors of #C8A150
Black with #C8A150
Text Example
Text Example
White with #C8A150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A150; }
p { color: rgb(200,161,80); }
H1.HeaderClassName
{
color: #C8A150;
}
.AnyTagClassName
{
color: #C8A150;
}
</style>
background-color css
<style>
a { background-color: #C8A150; }
a { background-color: rgb(200,161,80); }
div.DivClassName
{
background-color: #C8A150;
}
.BgClassName
{
background-color: #C8A150;
}
</style>
border-color css
<style>
span { border-color: #C8A150; }
span { border-color: rgb(200,161,80); }
td.TdClassName
{
border-color: #C8A150;
}
.TagClassName
{
border-color: #C8A150;
}
</style>