Shades of Sundance #C5B04B
Tints of Sundance #C5B04B
RGB
CMYK
RGB Variations
Color information
#C5B04B (or 0xC5B04B) is known color: Sundance. HEX triplet: C5, B0 and 4B. RGB value is (197,176,75). Sum of RGB (Red+Green+Blue) = 197+176+75=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 75 (29.69% from 255 or 16.74% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B04B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B04B is #3A4FB4. Grayscale: #ABABAB. Windows color (decimal): -3821493 or 4960453. OLE color: 4960453.
HSL color Cylindrical-coordinate representation of color #C5B04B: hue angle of 49.67º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5B04B is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 176 | 75 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.23 |
| HSL | 49.67º | 0.51% | 0.53% | - |
| HSV(B) | 49.67º | 0.62% | 0.77% | - |
| XYZ | 39.82 | 43.43 | 12.94 | - |
| YUV | 170.77 | 73.96 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 176 | 75 | 0 | 0.11 | 0.62 | 0.23 | 49.67 | 0.51 | 0.53 |
| Hex | C5 | B0 | 4B | 0 | B | 3E | 17 | 32 | 33 | 35 |
| Octal | 305 | 260 | 113 | 0 | 13 | 76 | 27 | 62 | 63 | 65 |
| Binary | 11000101 | 10110000 | 1001011 | 0 | 1011 | 111110 | 10111 | 110010 | 110011 | 110101 |
Color Harmonies of #C5B04B
Complementary color
Monochromatic Colors of #C5B04B
Black with #C5B04B
Text Example
Text Example
White with #C5B04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B04B; }
p { color: rgb(197,176,75); }
H1.HeaderClassName
{
color: #C5B04B;
}
.AnyTagClassName
{
color: #C5B04B;
}
</style>
background-color css
<style>
a { background-color: #C5B04B; }
a { background-color: rgb(197,176,75); }
div.DivClassName
{
background-color: #C5B04B;
}
.BgClassName
{
background-color: #C5B04B;
}
</style>
border-color css
<style>
span { border-color: #C5B04B; }
span { border-color: rgb(197,176,75); }
td.TdClassName
{
border-color: #C5B04B;
}
.TagClassName
{
border-color: #C5B04B;
}
</style>