Shades of Sundance #C8B048
Tints of Sundance #C8B048
RGB
CMYK
RGB Variations
Color information
#C8B048 (or 0xC8B048) is known color: Sundance. HEX triplet: C8, B0 and 48. RGB value is (200,176,72). Sum of RGB (Red+Green+Blue) = 200+176+72=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 72 (28.52% from 255 or 16.07% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8B048 is #374FB7. Grayscale: #ABABAB. Windows color (decimal): -3624888 or 4763848. OLE color: 4763848.
HSL color Cylindrical-coordinate representation of color #C8B048: hue angle of 48.75º 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 #C8B048 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 176 | 72 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.22 |
| HSL | 48.75º | 0.54% | 0.53% | - |
| HSV(B) | 48.75º | 0.64% | 0.78% | - |
| XYZ | 40.51 | 43.8 | 12.45 | - |
| YUV | 171.32 | 71.95 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 72 | 0 | 0.12 | 0.64 | 0.22 | 48.75 | 0.54 | 0.53 |
| Hex | C8 | B0 | 48 | 0 | C | 40 | 16 | 31 | 36 | 35 |
| Octal | 310 | 260 | 110 | 0 | 14 | 100 | 26 | 61 | 66 | 65 |
| Binary | 11001000 | 10110000 | 1001000 | 0 | 1100 | 1000000 | 10110 | 110001 | 110110 | 110101 |
Color Harmonies of #C8B048
Complementary color
Monochromatic Colors of #C8B048
Black with #C8B048
Text Example
Text Example
White with #C8B048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B048; }
p { color: rgb(200,176,72); }
H1.HeaderClassName
{
color: #C8B048;
}
.AnyTagClassName
{
color: #C8B048;
}
</style>
background-color css
<style>
a { background-color: #C8B048; }
a { background-color: rgb(200,176,72); }
div.DivClassName
{
background-color: #C8B048;
}
.BgClassName
{
background-color: #C8B048;
}
</style>
border-color css
<style>
span { border-color: #C8B048; }
span { border-color: rgb(200,176,72); }
td.TdClassName
{
border-color: #C8B048;
}
.TagClassName
{
border-color: #C8B048;
}
</style>