Shades of Sundance #C8B256
Tints of Sundance #C8B256
RGB
CMYK
RGB Variations
Color information
#C8B256 (or 0xC8B256) is known color: Sundance. HEX triplet: C8, B2 and 56. RGB value is (200,178,86). Sum of RGB (Red+Green+Blue) = 200+178+86=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 86 (33.98% from 255 or 18.53% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B256 is #374DA9. Grayscale: #AEAEAE. Windows color (decimal): -3624362 or 5681864. OLE color: 5681864.
HSL color Cylindrical-coordinate representation of color #C8B256: hue angle of 48.42º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8B256 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 178 | 86 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.22 |
| HSL | 48.42º | 0.51% | 0.56% | - |
| HSV(B) | 48.42º | 0.57% | 0.78% | - |
| XYZ | 41.42 | 44.79 | 15.27 | - |
| YUV | 174.09 | 78.29 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 178 | 86 | 0 | 0.11 | 0.57 | 0.22 | 48.42 | 0.51 | 0.56 |
| Hex | C8 | B2 | 56 | 0 | B | 39 | 16 | 30 | 33 | 38 |
| Octal | 310 | 262 | 126 | 0 | 13 | 71 | 26 | 60 | 63 | 70 |
| Binary | 11001000 | 10110010 | 1010110 | 0 | 1011 | 111001 | 10110 | 110000 | 110011 | 111000 |
Color Harmonies of #C8B256
Complementary color
Monochromatic Colors of #C8B256
Black with #C8B256
Text Example
Text Example
White with #C8B256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B256; }
p { color: rgb(200,178,86); }
H1.HeaderClassName
{
color: #C8B256;
}
.AnyTagClassName
{
color: #C8B256;
}
</style>
background-color css
<style>
a { background-color: #C8B256; }
a { background-color: rgb(200,178,86); }
div.DivClassName
{
background-color: #C8B256;
}
.BgClassName
{
background-color: #C8B256;
}
</style>
border-color css
<style>
span { border-color: #C8B256; }
span { border-color: rgb(200,178,86); }
td.TdClassName
{
border-color: #C8B256;
}
.TagClassName
{
border-color: #C8B256;
}
</style>