Shades of Sundance #C8B055
Tints of Sundance #C8B055
RGB
CMYK
RGB Variations
Color information
#C8B055 (or 0xC8B055) is known color: Sundance. HEX triplet: C8, B0 and 55. RGB value is (200,176,85). Sum of RGB (Red+Green+Blue) = 200+176+85=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B055 is #374FAA. Grayscale: #ADADAD. Windows color (decimal): -3624875 or 5615816. OLE color: 5615816.
HSL color Cylindrical-coordinate representation of color #C8B055: hue angle of 47.48º 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 #C8B055 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 176 | 85 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.22 |
| HSL | 47.48º | 0.51% | 0.56% | - |
| HSV(B) | 47.48º | 0.58% | 0.78% | - |
| XYZ | 40.98 | 43.99 | 14.92 | - |
| YUV | 172.8 | 78.45 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 85 | 0 | 0.12 | 0.58 | 0.22 | 47.48 | 0.51 | 0.56 |
| Hex | C8 | B0 | 55 | 0 | C | 3A | 16 | 2F | 33 | 38 |
| Octal | 310 | 260 | 125 | 0 | 14 | 72 | 26 | 57 | 63 | 70 |
| Binary | 11001000 | 10110000 | 1010101 | 0 | 1100 | 111010 | 10110 | 101111 | 110011 | 111000 |
Color Harmonies of #C8B055
Complementary color
Monochromatic Colors of #C8B055
Black with #C8B055
Text Example
Text Example
White with #C8B055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B055; }
p { color: rgb(200,176,85); }
H1.HeaderClassName
{
color: #C8B055;
}
.AnyTagClassName
{
color: #C8B055;
}
</style>
background-color css
<style>
a { background-color: #C8B055; }
a { background-color: rgb(200,176,85); }
div.DivClassName
{
background-color: #C8B055;
}
.BgClassName
{
background-color: #C8B055;
}
</style>
border-color css
<style>
span { border-color: #C8B055; }
span { border-color: rgb(200,176,85); }
td.TdClassName
{
border-color: #C8B055;
}
.TagClassName
{
border-color: #C8B055;
}
</style>