Shades of Sundance #C6B448
Tints of Sundance #C6B448
RGB
CMYK
RGB Variations
Color information
#C6B448 (or 0xC6B448) is known color: Sundance. HEX triplet: C6, B4 and 48. RGB value is (198,180,72). Sum of RGB (Red+Green+Blue) = 198+180+72=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 72 (28.52% from 255 or 16% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B448 is #394BB7. Grayscale: #ADADAD. Windows color (decimal): -3754936 or 4764870. OLE color: 4764870.
HSL color Cylindrical-coordinate representation of color #C6B448: hue angle of 51.43º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6B448 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 180 | 72 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.22 |
| HSL | 51.43º | 0.53% | 0.53% | - |
| HSV(B) | 51.43º | 0.64% | 0.78% | - |
| XYZ | 40.78 | 45.12 | 12.69 | - |
| YUV | 173.07 | 70.96 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 180 | 72 | 0 | 0.09 | 0.64 | 0.22 | 51.43 | 0.53 | 0.53 |
| Hex | C6 | B4 | 48 | 0 | 9 | 40 | 16 | 33 | 34 | 35 |
| Octal | 306 | 264 | 110 | 0 | 11 | 100 | 26 | 63 | 64 | 65 |
| Binary | 11000110 | 10110100 | 1001000 | 0 | 1001 | 1000000 | 10110 | 110011 | 110100 | 110101 |
Color Harmonies of #C6B448
Complementary color
Monochromatic Colors of #C6B448
Black with #C6B448
Text Example
Text Example
White with #C6B448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B448; }
p { color: rgb(198,180,72); }
H1.HeaderClassName
{
color: #C6B448;
}
.AnyTagClassName
{
color: #C6B448;
}
</style>
background-color css
<style>
a { background-color: #C6B448; }
a { background-color: rgb(198,180,72); }
div.DivClassName
{
background-color: #C6B448;
}
.BgClassName
{
background-color: #C6B448;
}
</style>
border-color css
<style>
span { border-color: #C6B448; }
span { border-color: rgb(198,180,72); }
td.TdClassName
{
border-color: #C6B448;
}
.TagClassName
{
border-color: #C6B448;
}
</style>