Shades of Sundance #C6AB44
Tints of Sundance #C6AB44
RGB
CMYK
RGB Variations
Color information
#C6AB44 (or 0xC6AB44) is known color: Sundance. HEX triplet: C6, AB and 44. RGB value is (198,171,68). Sum of RGB (Red+Green+Blue) = 198+171+68=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 68 (26.95% from 255 or 15.56% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AB44 is #3954BB. Grayscale: #A7A7A7. Windows color (decimal): -3757244 or 4500422. OLE color: 4500422.
HSL color Cylindrical-coordinate representation of color #C6AB44: hue angle of 47.54º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C6AB44 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 171 | 68 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.22 |
| HSL | 47.54º | 0.53% | 0.52% | - |
| HSV(B) | 47.54º | 0.66% | 0.78% | - |
| XYZ | 38.9 | 41.55 | 11.44 | - |
| YUV | 167.33 | 71.95 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 68 | 0 | 0.14 | 0.66 | 0.22 | 47.54 | 0.53 | 0.52 |
| Hex | C6 | AB | 44 | 0 | E | 42 | 16 | 30 | 35 | 34 |
| Octal | 306 | 253 | 104 | 0 | 16 | 102 | 26 | 60 | 65 | 64 |
| Binary | 11000110 | 10101011 | 1000100 | 0 | 1110 | 1000010 | 10110 | 110000 | 110101 | 110100 |
Color Harmonies of #C6AB44
Complementary color
Monochromatic Colors of #C6AB44
Black with #C6AB44
Text Example
Text Example
White with #C6AB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AB44; }
p { color: rgb(198,171,68); }
H1.HeaderClassName
{
color: #C6AB44;
}
.AnyTagClassName
{
color: #C6AB44;
}
</style>
background-color css
<style>
a { background-color: #C6AB44; }
a { background-color: rgb(198,171,68); }
div.DivClassName
{
background-color: #C6AB44;
}
.BgClassName
{
background-color: #C6AB44;
}
</style>
border-color css
<style>
span { border-color: #C6AB44; }
span { border-color: rgb(198,171,68); }
td.TdClassName
{
border-color: #C6AB44;
}
.TagClassName
{
border-color: #C6AB44;
}
</style>