Shades of Sundance #C3AF43
Tints of Sundance #C3AF43
RGB
CMYK
RGB Variations
Color information
#C3AF43 (or 0xC3AF43) is known color: Sundance. HEX triplet: C3, AF and 43. RGB value is (195,175,67). Sum of RGB (Red+Green+Blue) = 195+175+67=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 67 (26.56% from 255 or 15.33% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AF43 is #3C50BC. Grayscale: #A9A9A9. Windows color (decimal): -3952829 or 4435907. OLE color: 4435907.
HSL color Cylindrical-coordinate representation of color #C3AF43: hue angle of 50.62º 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 #C3AF43 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 67 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.24 |
| HSL | 50.63º | 0.52% | 0.51% | - |
| HSV(B) | 50.63º | 0.66% | 0.76% | - |
| XYZ | 38.85 | 42.67 | 11.5 | - |
| YUV | 168.67 | 70.63 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 67 | 0 | 0.10 | 0.66 | 0.24 | 50.63 | 0.52 | 0.51 |
| Hex | C3 | AF | 43 | 0 | A | 42 | 18 | 33 | 34 | 33 |
| Octal | 303 | 257 | 103 | 0 | 12 | 102 | 30 | 63 | 64 | 63 |
| Binary | 11000011 | 10101111 | 1000011 | 0 | 1010 | 1000010 | 11000 | 110011 | 110100 | 110011 |
Color Harmonies of #C3AF43
Complementary color
Monochromatic Colors of #C3AF43
Black with #C3AF43
Text Example
Text Example
White with #C3AF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF43; }
p { color: rgb(195,175,67); }
H1.HeaderClassName
{
color: #C3AF43;
}
.AnyTagClassName
{
color: #C3AF43;
}
</style>
background-color css
<style>
a { background-color: #C3AF43; }
a { background-color: rgb(195,175,67); }
div.DivClassName
{
background-color: #C3AF43;
}
.BgClassName
{
background-color: #C3AF43;
}
</style>
border-color css
<style>
span { border-color: #C3AF43; }
span { border-color: rgb(195,175,67); }
td.TdClassName
{
border-color: #C3AF43;
}
.TagClassName
{
border-color: #C3AF43;
}
</style>