Shades of Sundance #C3A23F
Tints of Sundance #C3A23F
RGB
CMYK
RGB Variations
Color information
#C3A23F (or 0xC3A23F) is known color: Sundance. HEX triplet: C3, A2 and 3F. RGB value is (195,162,63). Sum of RGB (Red+Green+Blue) = 195+162+63=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 63 (25% from 255 or 15% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A23F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A23F is #3C5DC0. Grayscale: #A1A1A1. Windows color (decimal): -3956161 or 4170435. OLE color: 4170435.
HSL color Cylindrical-coordinate representation of color #C3A23F: hue angle of 45º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3A23F is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 162 | 63 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.24 |
| HSL | 45º | 0.52% | 0.51% | - |
| HSV(B) | 45º | 0.68% | 0.76% | - |
| XYZ | 36.32 | 37.8 | 10.08 | - |
| YUV | 160.58 | 72.93 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 162 | 63 | 0 | 0.17 | 0.68 | 0.24 | 45 | 0.52 | 0.51 |
| Hex | C3 | A2 | 3F | 0 | 11 | 44 | 18 | 2D | 34 | 33 |
| Octal | 303 | 242 | 77 | 0 | 21 | 104 | 30 | 55 | 64 | 63 |
| Binary | 11000011 | 10100010 | 111111 | 0 | 10001 | 1000100 | 11000 | 101101 | 110100 | 110011 |
Color Harmonies of #C3A23F
Complementary color
Monochromatic Colors of #C3A23F
Black with #C3A23F
Text Example
Text Example
White with #C3A23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A23F; }
p { color: rgb(195,162,63); }
H1.HeaderClassName
{
color: #C3A23F;
}
.AnyTagClassName
{
color: #C3A23F;
}
</style>
background-color css
<style>
a { background-color: #C3A23F; }
a { background-color: rgb(195,162,63); }
div.DivClassName
{
background-color: #C3A23F;
}
.BgClassName
{
background-color: #C3A23F;
}
</style>
border-color css
<style>
span { border-color: #C3A23F; }
span { border-color: rgb(195,162,63); }
td.TdClassName
{
border-color: #C3A23F;
}
.TagClassName
{
border-color: #C3A23F;
}
</style>