Shades of Sundance #C8BA4E
Tints of Sundance #C8BA4E
RGB
CMYK
RGB Variations
Color information
#C8BA4E (or 0xC8BA4E) is known color: Sundance. HEX triplet: C8, BA and 4E. RGB value is (200,186,78). Sum of RGB (Red+Green+Blue) = 200+186+78=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 78 (30.86% from 255 or 16.81% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BA4E is #3745B1. Grayscale: #B2B2B2. Windows color (decimal): -3622322 or 5159624. OLE color: 5159624.
HSL color Cylindrical-coordinate representation of color #C8BA4E: hue angle of 53.11º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8BA4E is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 78 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.22 |
| HSL | 53.11º | 0.53% | 0.55% | - |
| HSV(B) | 53.11º | 0.61% | 0.78% | - |
| XYZ | 42.75 | 47.95 | 14.21 | - |
| YUV | 177.87 | 71.64 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 78 | 0 | 0.07 | 0.61 | 0.22 | 53.11 | 0.53 | 0.55 |
| Hex | C8 | BA | 4E | 0 | 7 | 3D | 16 | 35 | 35 | 37 |
| Octal | 310 | 272 | 116 | 0 | 7 | 75 | 26 | 65 | 65 | 67 |
| Binary | 11001000 | 10111010 | 1001110 | 0 | 111 | 111101 | 10110 | 110101 | 110101 | 110111 |
Color Harmonies of #C8BA4E
Complementary color
Monochromatic Colors of #C8BA4E
Black with #C8BA4E
Text Example
Text Example
White with #C8BA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BA4E; }
p { color: rgb(200,186,78); }
H1.HeaderClassName
{
color: #C8BA4E;
}
.AnyTagClassName
{
color: #C8BA4E;
}
</style>
background-color css
<style>
a { background-color: #C8BA4E; }
a { background-color: rgb(200,186,78); }
div.DivClassName
{
background-color: #C8BA4E;
}
.BgClassName
{
background-color: #C8BA4E;
}
</style>
border-color css
<style>
span { border-color: #C8BA4E; }
span { border-color: rgb(200,186,78); }
td.TdClassName
{
border-color: #C8BA4E;
}
.TagClassName
{
border-color: #C8BA4E;
}
</style>