Shades of Sundance #C8BE4E
Tints of Sundance #C8BE4E
RGB
CMYK
RGB Variations
Color information
#C8BE4E (or 0xC8BE4E) is known color: Sundance. HEX triplet: C8, BE and 4E. RGB value is (200,190,78). Sum of RGB (Red+Green+Blue) = 200+190+78=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 78 (30.86% from 255 or 16.67% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BE4E is #3741B1. Grayscale: #B4B4B4. Windows color (decimal): -3621298 or 5160648. OLE color: 5160648.
HSL color Cylindrical-coordinate representation of color #C8BE4E: hue angle of 55.08º 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 #C8BE4E is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 78 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.22 |
| HSL | 55.08º | 0.53% | 0.55% | - |
| HSV(B) | 55.08º | 0.61% | 0.78% | - |
| XYZ | 43.61 | 49.66 | 14.49 | - |
| YUV | 180.22 | 70.31 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 78 | 0 | 0.05 | 0.61 | 0.22 | 55.08 | 0.53 | 0.55 |
| Hex | C8 | BE | 4E | 0 | 5 | 3D | 16 | 37 | 35 | 37 |
| Octal | 310 | 276 | 116 | 0 | 5 | 75 | 26 | 67 | 65 | 67 |
| Binary | 11001000 | 10111110 | 1001110 | 0 | 101 | 111101 | 10110 | 110111 | 110101 | 110111 |
Color Harmonies of #C8BE4E
Complementary color
Monochromatic Colors of #C8BE4E
Black with #C8BE4E
Text Example
Text Example
White with #C8BE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BE4E; }
p { color: rgb(200,190,78); }
H1.HeaderClassName
{
color: #C8BE4E;
}
.AnyTagClassName
{
color: #C8BE4E;
}
</style>
background-color css
<style>
a { background-color: #C8BE4E; }
a { background-color: rgb(200,190,78); }
div.DivClassName
{
background-color: #C8BE4E;
}
.BgClassName
{
background-color: #C8BE4E;
}
</style>
border-color css
<style>
span { border-color: #C8BE4E; }
span { border-color: rgb(200,190,78); }
td.TdClassName
{
border-color: #C8BE4E;
}
.TagClassName
{
border-color: #C8BE4E;
}
</style>