Shades of Sundance #C4B648
Tints of Sundance #C4B648
RGB
CMYK
RGB Variations
Color information
#C4B648 (or 0xC4B648) is known color: Sundance. HEX triplet: C4, B6 and 48. RGB value is (196,182,72). Sum of RGB (Red+Green+Blue) = 196+182+72=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 72 (28.52% from 255 or 16% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B648 is #3B49B7. Grayscale: #AEAEAE. Windows color (decimal): -3885496 or 4765380. OLE color: 4765380.
HSL color Cylindrical-coordinate representation of color #C4B648: hue angle of 53.23º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4B648 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 182 | 72 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.23 |
| HSL | 53.23º | 0.51% | 0.53% | - |
| HSV(B) | 53.23º | 0.63% | 0.77% | - |
| XYZ | 40.66 | 45.66 | 12.8 | - |
| YUV | 173.65 | 70.64 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 182 | 72 | 0 | 0.07 | 0.63 | 0.23 | 53.23 | 0.51 | 0.53 |
| Hex | C4 | B6 | 48 | 0 | 7 | 3F | 17 | 35 | 33 | 35 |
| Octal | 304 | 266 | 110 | 0 | 7 | 77 | 27 | 65 | 63 | 65 |
| Binary | 11000100 | 10110110 | 1001000 | 0 | 111 | 111111 | 10111 | 110101 | 110011 | 110101 |
Color Harmonies of #C4B648
Complementary color
Monochromatic Colors of #C4B648
Black with #C4B648
Text Example
Text Example
White with #C4B648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B648; }
p { color: rgb(196,182,72); }
H1.HeaderClassName
{
color: #C4B648;
}
.AnyTagClassName
{
color: #C4B648;
}
</style>
background-color css
<style>
a { background-color: #C4B648; }
a { background-color: rgb(196,182,72); }
div.DivClassName
{
background-color: #C4B648;
}
.BgClassName
{
background-color: #C4B648;
}
</style>
border-color css
<style>
span { border-color: #C4B648; }
span { border-color: rgb(196,182,72); }
td.TdClassName
{
border-color: #C4B648;
}
.TagClassName
{
border-color: #C4B648;
}
</style>