#C3A94F

Color #C3A94F Sundance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundance #C3A94F

Tints of Sundance #C3A94F

Color information

#C3A94F (or 0xC3A94F) is unknown color: approx Sundance. HEX triplet: C3, A9 and 4F. RGB value is (195,169,79). Sum of RGB (Red+Green+Blue) = 195+169+79=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A94F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A94F is #3C56B0. Grayscale: #A6A6A6. Windows color (decimal): -3954353 or 5220803. OLE color: 5220803.

HSL color Cylindrical-coordinate representation of color #C3A94F: hue angle of 46.55º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C3A94F is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB19516979-
CMYK00.130.590.24
HSL46.55º49.15%53.73%-
HSV(B)46.55º59.49%76.47%-
XYZ38.140.5413.21-
YUV166.5178.61148.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 44.02%
GREEN value IS 169 (66.41% from 255) = 38.15%
BLUE value IS 79 (31.25% from 255) = 17.83%
R=44.02%
G=38.15%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951697900.130.590.2446.5549.1553.73
HexC3A94F0D3B182f3136
Octal3032511170157330576166
Binary110000111010100110011110110111101111000101111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A94F; }

 p { color: rgb(195,169,79); }

 H1.HeaderClassName
 {
   color: #C3A94F;
 }
 .AnyTagClassName
 {
   color: #C3A94F;
 }
</style>
background-color css

<style>
 a { background-color: #C3A94F; }

 a { background-color: rgb(195,169,79); }

 div.DivClassName
 {
   background-color: #C3A94F;
 }
 .BgClassName
 {
   background-color: #C3A94F;
 }
</style>
border-color css

<style>
 span { border-color: #C3A94F; }

 span { border-color: rgb(195,169,79); }

 td.TdClassName
 {
   border-color: #C3A94F;
 }
 .TagClassName
 {
   border-color: #C3A94F;
 }
</style>