Shades of Sundance #C3A83F
Tints of Sundance #C3A83F
RGB
CMYK
RGB Variations
Color information
#C3A83F (or 0xC3A83F) is known color: Sundance. HEX triplet: C3, A8 and 3F. RGB value is (195,168,63). Sum of RGB (Red+Green+Blue) = 195+168+63=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 63 (25% from 255 or 14.79% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A83F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A83F is #3C57C0. Grayscale: #A4A4A4. Windows color (decimal): -3954625 or 4171971. OLE color: 4171971.
HSL color Cylindrical-coordinate representation of color #C3A83F: hue angle of 47.73º 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 #C3A83F is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 63 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.24 |
| HSL | 47.73º | 0.52% | 0.51% | - |
| HSV(B) | 47.73º | 0.68% | 0.76% | - |
| XYZ | 37.41 | 39.97 | 10.45 | - |
| YUV | 164.1 | 70.95 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 63 | 0 | 0.14 | 0.68 | 0.24 | 47.73 | 0.52 | 0.51 |
| Hex | C3 | A8 | 3F | 0 | E | 44 | 18 | 30 | 34 | 33 |
| Octal | 303 | 250 | 77 | 0 | 16 | 104 | 30 | 60 | 64 | 63 |
| Binary | 11000011 | 10101000 | 111111 | 0 | 1110 | 1000100 | 11000 | 110000 | 110100 | 110011 |
Color Harmonies of #C3A83F
Complementary color
Monochromatic Colors of #C3A83F
Black with #C3A83F
Text Example
Text Example
White with #C3A83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A83F; }
p { color: rgb(195,168,63); }
H1.HeaderClassName
{
color: #C3A83F;
}
.AnyTagClassName
{
color: #C3A83F;
}
</style>
background-color css
<style>
a { background-color: #C3A83F; }
a { background-color: rgb(195,168,63); }
div.DivClassName
{
background-color: #C3A83F;
}
.BgClassName
{
background-color: #C3A83F;
}
</style>
border-color css
<style>
span { border-color: #C3A83F; }
span { border-color: rgb(195,168,63); }
td.TdClassName
{
border-color: #C3A83F;
}
.TagClassName
{
border-color: #C3A83F;
}
</style>