Shades of Sundance #C6AB48
Tints of Sundance #C6AB48
RGB
CMYK
RGB Variations
Color information
#C6AB48 (or 0xC6AB48) is known color: Sundance. HEX triplet: C6, AB and 48. RGB value is (198,171,72). Sum of RGB (Red+Green+Blue) = 198+171+72=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AB48 is #3954B7. Grayscale: #A8A8A8. Windows color (decimal): -3757240 or 4762566. OLE color: 4762566.
HSL color Cylindrical-coordinate representation of color #C6AB48: hue angle of 47.14º 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 #C6AB48 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 171 | 72 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.22 |
| HSL | 47.14º | 0.53% | 0.53% | - |
| HSV(B) | 47.14º | 0.64% | 0.78% | - |
| XYZ | 39.02 | 41.6 | 12.1 | - |
| YUV | 167.79 | 73.95 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 72 | 0 | 0.14 | 0.64 | 0.22 | 47.14 | 0.53 | 0.53 |
| Hex | C6 | AB | 48 | 0 | E | 40 | 16 | 2F | 34 | 35 |
| Octal | 306 | 253 | 110 | 0 | 16 | 100 | 26 | 57 | 64 | 65 |
| Binary | 11000110 | 10101011 | 1001000 | 0 | 1110 | 1000000 | 10110 | 101111 | 110100 | 110101 |
Color Harmonies of #C6AB48
Complementary color
Monochromatic Colors of #C6AB48
Black with #C6AB48
Text Example
Text Example
White with #C6AB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AB48; }
p { color: rgb(198,171,72); }
H1.HeaderClassName
{
color: #C6AB48;
}
.AnyTagClassName
{
color: #C6AB48;
}
</style>
background-color css
<style>
a { background-color: #C6AB48; }
a { background-color: rgb(198,171,72); }
div.DivClassName
{
background-color: #C6AB48;
}
.BgClassName
{
background-color: #C6AB48;
}
</style>
border-color css
<style>
span { border-color: #C6AB48; }
span { border-color: rgb(198,171,72); }
td.TdClassName
{
border-color: #C6AB48;
}
.TagClassName
{
border-color: #C6AB48;
}
</style>