#C4AC4F

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

Shades of Sundance #C4AC4F

Tints of Sundance #C4AC4F

Color information

#C4AC4F (or 0xC4AC4F) is unknown color: approx Sundance. HEX triplet: C4, AC and 4F. RGB value is (196,172,79). Sum of RGB (Red+Green+Blue) = 196+172+79=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 79 (31.25% from 255 or 17.67% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AC4F is #3B53B0. Grayscale: #A8A8A8. Windows color (decimal): -3888049 or 5221572. OLE color: 5221572.

HSL color Cylindrical-coordinate representation of color #C4AC4F: hue angle of 47.69º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4AC4F is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB19617279-
CMYK00.120.600.23
HSL47.69º49.79%53.92%-
HSV(B)47.69º59.69%76.86%-
XYZ38.9341.8113.41-
YUV168.5777.45147.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.85%
GREEN value IS 172 (67.58% from 255) = 38.48%
BLUE value IS 79 (31.25% from 255) = 17.67%
R=43.85%
G=38.48%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961727900.120.600.2347.6949.7953.92
HexC4AC4F0C3C17303236
Octal3042541170147427606266
Binary110001001010110010011110110011110010111110000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AC4F; }

 p { color: rgb(196,172,79); }

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

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

 a { background-color: rgb(196,172,79); }

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

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

 span { border-color: rgb(196,172,79); }

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