Shades of Sundance #C6B849
Tints of Sundance #C6B849
RGB
CMYK
RGB Variations
Color information
#C6B849 (or 0xC6B849) is known color: Sundance. HEX triplet: C6, B8 and 49. RGB value is (198,184,73). Sum of RGB (Red+Green+Blue) = 198+184+73=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 73 (28.91% from 255 or 16.04% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B849 is #3947B6. Grayscale: #AFAFAF. Windows color (decimal): -3753911 or 4831430. OLE color: 4831430.
HSL color Cylindrical-coordinate representation of color #C6B849: hue angle of 53.28º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6B849 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 184 | 73 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.22 |
| HSL | 53.28º | 0.52% | 0.53% | - |
| HSV(B) | 53.28º | 0.63% | 0.78% | - |
| XYZ | 41.63 | 46.77 | 13.14 | - |
| YUV | 175.53 | 70.14 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 184 | 73 | 0 | 0.07 | 0.63 | 0.22 | 53.28 | 0.52 | 0.53 |
| Hex | C6 | B8 | 49 | 0 | 7 | 3F | 16 | 35 | 34 | 35 |
| Octal | 306 | 270 | 111 | 0 | 7 | 77 | 26 | 65 | 64 | 65 |
| Binary | 11000110 | 10111000 | 1001001 | 0 | 111 | 111111 | 10110 | 110101 | 110100 | 110101 |
Color Harmonies of #C6B849
Complementary color
Monochromatic Colors of #C6B849
Black with #C6B849
Text Example
Text Example
White with #C6B849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B849; }
p { color: rgb(198,184,73); }
H1.HeaderClassName
{
color: #C6B849;
}
.AnyTagClassName
{
color: #C6B849;
}
</style>
background-color css
<style>
a { background-color: #C6B849; }
a { background-color: rgb(198,184,73); }
div.DivClassName
{
background-color: #C6B849;
}
.BgClassName
{
background-color: #C6B849;
}
</style>
border-color css
<style>
span { border-color: #C6B849; }
span { border-color: rgb(198,184,73); }
td.TdClassName
{
border-color: #C6B849;
}
.TagClassName
{
border-color: #C6B849;
}
</style>