Shades of Sundance #C8B751
Tints of Sundance #C8B751
RGB
CMYK
RGB Variations
Color information
#C8B751 (or 0xC8B751) is known color: Sundance. HEX triplet: C8, B7 and 51. RGB value is (200,183,81). Sum of RGB (Red+Green+Blue) = 200+183+81=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 81 (32.03% from 255 or 17.46% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B751 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B751 is #3748AE. Grayscale: #B0B0B0. Windows color (decimal): -3623087 or 5355464. OLE color: 5355464.
HSL color Cylindrical-coordinate representation of color #C8B751: hue angle of 51.43º 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 #C8B751 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 183 | 81 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.22 |
| HSL | 51.43º | 0.52% | 0.55% | - |
| HSV(B) | 51.43º | 0.6% | 0.78% | - |
| XYZ | 42.24 | 46.74 | 14.58 | - |
| YUV | 176.46 | 74.13 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 183 | 81 | 0 | 0.08 | 0.59 | 0.22 | 51.43 | 0.52 | 0.55 |
| Hex | C8 | B7 | 51 | 0 | 8 | 3B | 16 | 33 | 34 | 37 |
| Octal | 310 | 267 | 121 | 0 | 10 | 73 | 26 | 63 | 64 | 67 |
| Binary | 11001000 | 10110111 | 1010001 | 0 | 1000 | 111011 | 10110 | 110011 | 110100 | 110111 |
Color Harmonies of #C8B751
Complementary color
Monochromatic Colors of #C8B751
Black with #C8B751
Text Example
Text Example
White with #C8B751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B751; }
p { color: rgb(200,183,81); }
H1.HeaderClassName
{
color: #C8B751;
}
.AnyTagClassName
{
color: #C8B751;
}
</style>
background-color css
<style>
a { background-color: #C8B751; }
a { background-color: rgb(200,183,81); }
div.DivClassName
{
background-color: #C8B751;
}
.BgClassName
{
background-color: #C8B751;
}
</style>
border-color css
<style>
span { border-color: #C8B751; }
span { border-color: rgb(200,183,81); }
td.TdClassName
{
border-color: #C8B751;
}
.TagClassName
{
border-color: #C8B751;
}
</style>