Shades of Sundance #C8B151
Tints of Sundance #C8B151
RGB
CMYK
RGB Variations
Color information
#C8B151 (or 0xC8B151) is known color: Sundance. HEX triplet: C8, B1 and 51. RGB value is (200,177,81). Sum of RGB (Red+Green+Blue) = 200+177+81=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 81 (32.03% from 255 or 17.69% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B151 is #374EAE. Grayscale: #ADADAD. Windows color (decimal): -3624623 or 5353928. OLE color: 5353928.
HSL color Cylindrical-coordinate representation of color #C8B151: hue angle of 48.4º 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 #C8B151 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 177 | 81 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.22 |
| HSL | 48.4º | 0.52% | 0.55% | - |
| HSV(B) | 48.4º | 0.6% | 0.78% | - |
| XYZ | 41.03 | 44.32 | 14.18 | - |
| YUV | 172.93 | 76.12 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 177 | 81 | 0 | 0.12 | 0.59 | 0.22 | 48.4 | 0.52 | 0.55 |
| Hex | C8 | B1 | 51 | 0 | C | 3B | 16 | 30 | 34 | 37 |
| Octal | 310 | 261 | 121 | 0 | 14 | 73 | 26 | 60 | 64 | 67 |
| Binary | 11001000 | 10110001 | 1010001 | 0 | 1100 | 111011 | 10110 | 110000 | 110100 | 110111 |
Color Harmonies of #C8B151
Complementary color
Monochromatic Colors of #C8B151
Black with #C8B151
Text Example
Text Example
White with #C8B151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B151; }
p { color: rgb(200,177,81); }
H1.HeaderClassName
{
color: #C8B151;
}
.AnyTagClassName
{
color: #C8B151;
}
</style>
background-color css
<style>
a { background-color: #C8B151; }
a { background-color: rgb(200,177,81); }
div.DivClassName
{
background-color: #C8B151;
}
.BgClassName
{
background-color: #C8B151;
}
</style>
border-color css
<style>
span { border-color: #C8B151; }
span { border-color: rgb(200,177,81); }
td.TdClassName
{
border-color: #C8B151;
}
.TagClassName
{
border-color: #C8B151;
}
</style>