#C3AF4E

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

Shades of Sundance #C3AF4E

Tints of Sundance #C3AF4E

Color information

#C3AF4E (or 0xC3AF4E) is unknown color: approx Sundance. HEX triplet: C3, AF and 4E. RGB value is (195,175,78). Sum of RGB (Red+Green+Blue) = 195+175+78=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 78 (30.86% from 255 or 17.41% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF4E is #3C50B1. Grayscale: #AAAAAA. Windows color (decimal): -3952818 or 5156803. OLE color: 5156803.

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

Color convert

RGB19517578-
CMYK00.100.60.24
HSL49.74º49.37%53.53%-
HSV(B)49.74º60%76.47%-
XYZ39.2142.8113.4-
YUV169.9276.13145.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.53%
GREEN value IS 175 (68.75% from 255) = 39.06%
BLUE value IS 78 (30.86% from 255) = 17.41%
R=43.53%
G=39.06%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.6
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951757800.100.60.2449.7449.3753.53
HexC3AF4E0A3C18323136
Octal3032571160127430626166
Binary110000111010111110011100101011110011000110010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AF4E; }

 p { color: rgb(195,175,78); }

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

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

 a { background-color: rgb(195,175,78); }

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

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

 span { border-color: rgb(195,175,78); }

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