#C1AC4F

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

Shades of Sundance #C1AC4F

Tints of Sundance #C1AC4F

Color information

#C1AC4F (or 0xC1AC4F) is unknown color: approx Sundance. HEX triplet: C1, AC and 4F. RGB value is (193,172,79). Sum of RGB (Red+Green+Blue) = 193+172+79=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 79 (31.25% from 255 or 17.79% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AC4F is #3E53B0. Grayscale: #A8A8A8. Windows color (decimal): -4084657 or 5221569. OLE color: 5221569.

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

Color convert

RGB19317279-
CMYK00.110.590.24
HSL48.95º47.9%53.33%-
HSV(B)48.95º59.07%75.69%-
XYZ38.1641.4113.38-
YUV167.6877.96146.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.47%
GREEN value IS 172 (67.58% from 255) = 38.74%
BLUE value IS 79 (31.25% from 255) = 17.79%
R=43.47%
G=38.74%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931727900.110.590.2448.9547.953.33
HexC1AC4F0B3B18313035
Octal3012541170137330616065
Binary110000011010110010011110101111101111000110001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AC4F; }

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

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

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

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

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

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

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

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