Shades of Sundance #C3AB43
Tints of Sundance #C3AB43
RGB
CMYK
RGB Variations
Color information
#C3AB43 (or 0xC3AB43) is known color: Sundance. HEX triplet: C3, AB and 43. RGB value is (195,171,67). Sum of RGB (Red+Green+Blue) = 195+171+67=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 67 (26.56% from 255 or 15.47% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AB43 is #3C54BC. Grayscale: #A6A6A6. Windows color (decimal): -3953853 or 4434883. OLE color: 4434883.
HSL color Cylindrical-coordinate representation of color #C3AB43: hue angle of 48.75º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C3AB43 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 171 | 67 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.24 |
| HSL | 48.75º | 0.52% | 0.51% | - |
| HSV(B) | 48.75º | 0.66% | 0.76% | - |
| XYZ | 38.08 | 41.13 | 11.24 | - |
| YUV | 166.32 | 71.95 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 171 | 67 | 0 | 0.12 | 0.66 | 0.24 | 48.75 | 0.52 | 0.51 |
| Hex | C3 | AB | 43 | 0 | C | 42 | 18 | 31 | 34 | 33 |
| Octal | 303 | 253 | 103 | 0 | 14 | 102 | 30 | 61 | 64 | 63 |
| Binary | 11000011 | 10101011 | 1000011 | 0 | 1100 | 1000010 | 11000 | 110001 | 110100 | 110011 |
Color Harmonies of #C3AB43
Complementary color
Monochromatic Colors of #C3AB43
Black with #C3AB43
Text Example
Text Example
White with #C3AB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AB43; }
p { color: rgb(195,171,67); }
H1.HeaderClassName
{
color: #C3AB43;
}
.AnyTagClassName
{
color: #C3AB43;
}
</style>
background-color css
<style>
a { background-color: #C3AB43; }
a { background-color: rgb(195,171,67); }
div.DivClassName
{
background-color: #C3AB43;
}
.BgClassName
{
background-color: #C3AB43;
}
</style>
border-color css
<style>
span { border-color: #C3AB43; }
span { border-color: rgb(195,171,67); }
td.TdClassName
{
border-color: #C3AB43;
}
.TagClassName
{
border-color: #C3AB43;
}
</style>