Shades of Sundance #C8B347
Tints of Sundance #C8B347
RGB
CMYK
RGB Variations
Color information
#C8B347 (or 0xC8B347) is known color: Sundance. HEX triplet: C8, B3 and 47. RGB value is (200,179,71). Sum of RGB (Red+Green+Blue) = 200+179+71=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 71 (28.12% from 255 or 15.78% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B347 is #374CB8. Grayscale: #ADADAD. Windows color (decimal): -3624121 or 4699080. OLE color: 4699080.
HSL color Cylindrical-coordinate representation of color #C8B347: hue angle of 50.23º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8B347 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 179 | 71 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.22 |
| HSL | 50.23º | 0.54% | 0.53% | - |
| HSV(B) | 50.23º | 0.65% | 0.78% | - |
| XYZ | 41.08 | 44.97 | 12.48 | - |
| YUV | 172.97 | 70.46 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 179 | 71 | 0 | 0.10 | 0.64 | 0.22 | 50.23 | 0.54 | 0.53 |
| Hex | C8 | B3 | 47 | 0 | A | 40 | 16 | 32 | 36 | 35 |
| Octal | 310 | 263 | 107 | 0 | 12 | 100 | 26 | 62 | 66 | 65 |
| Binary | 11001000 | 10110011 | 1000111 | 0 | 1010 | 1000000 | 10110 | 110010 | 110110 | 110101 |
Color Harmonies of #C8B347
Complementary color
Monochromatic Colors of #C8B347
Black with #C8B347
Text Example
Text Example
White with #C8B347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B347; }
p { color: rgb(200,179,71); }
H1.HeaderClassName
{
color: #C8B347;
}
.AnyTagClassName
{
color: #C8B347;
}
</style>
background-color css
<style>
a { background-color: #C8B347; }
a { background-color: rgb(200,179,71); }
div.DivClassName
{
background-color: #C8B347;
}
.BgClassName
{
background-color: #C8B347;
}
</style>
border-color css
<style>
span { border-color: #C8B347; }
span { border-color: rgb(200,179,71); }
td.TdClassName
{
border-color: #C8B347;
}
.TagClassName
{
border-color: #C8B347;
}
</style>