Shades of Sundance #C8B053
Tints of Sundance #C8B053
RGB
CMYK
RGB Variations
Color information
#C8B053 (or 0xC8B053) is known color: Sundance. HEX triplet: C8, B0 and 53. RGB value is (200,176,83). Sum of RGB (Red+Green+Blue) = 200+176+83=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 83 (32.81% from 255 or 18.08% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B053 is #374FAC. Grayscale: #ACACAC. Windows color (decimal): -3624877 or 5484744. OLE color: 5484744.
HSL color Cylindrical-coordinate representation of color #C8B053: hue angle of 47.69º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8B053 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 176 | 83 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.22 |
| HSL | 47.69º | 0.52% | 0.55% | - |
| HSV(B) | 47.69º | 0.59% | 0.78% | - |
| XYZ | 40.91 | 43.95 | 14.51 | - |
| YUV | 172.57 | 77.45 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 83 | 0 | 0.12 | 0.58 | 0.22 | 47.69 | 0.52 | 0.55 |
| Hex | C8 | B0 | 53 | 0 | C | 3A | 16 | 30 | 34 | 37 |
| Octal | 310 | 260 | 123 | 0 | 14 | 72 | 26 | 60 | 64 | 67 |
| Binary | 11001000 | 10110000 | 1010011 | 0 | 1100 | 111010 | 10110 | 110000 | 110100 | 110111 |
Color Harmonies of #C8B053
Complementary color
Monochromatic Colors of #C8B053
Black with #C8B053
Text Example
Text Example
White with #C8B053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B053; }
p { color: rgb(200,176,83); }
H1.HeaderClassName
{
color: #C8B053;
}
.AnyTagClassName
{
color: #C8B053;
}
</style>
background-color css
<style>
a { background-color: #C8B053; }
a { background-color: rgb(200,176,83); }
div.DivClassName
{
background-color: #C8B053;
}
.BgClassName
{
background-color: #C8B053;
}
</style>
border-color css
<style>
span { border-color: #C8B053; }
span { border-color: rgb(200,176,83); }
td.TdClassName
{
border-color: #C8B053;
}
.TagClassName
{
border-color: #C8B053;
}
</style>