#c3ac3f

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

Shades of Sundance #C3AC3F

Tints of Sundance #C3AC3F

Color information

#C3AC3F (or 0xC3AC3F) is unknown color: approx Sundance. HEX triplet: C3, AC and 3F. RGB value is (195,172,63). Sum of RGB (Red+Green+Blue) = 195+172+63=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 63 (25% from 255 or 14.65% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AC3F is #3C53C0. Grayscale: #A6A6A6. Windows color (decimal): -3953601 or 4172995. OLE color: 4172995.

HSL color Cylindrical-coordinate representation of color #C3AC3F: hue angle of 49.55º 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 #C3AC3F is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB19517263-
CMYK00.120.680.24
HSL49.55º52.38%50.59%-
HSV(B)49.55º67.69%76.47%-
XYZ38.1641.4710.7-
YUV166.4569.62148.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.35%
GREEN value IS 172 (67.58% from 255) = 40%
BLUE value IS 63 (25% from 255) = 14.65%
R=45.35%
G=40%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951726300.120.680.2449.5552.3850.59
HexC3AC3F0C4418323433
Octal3032547701410430626463
Binary110000111010110011111101100100010011000110010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3ac3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3ac3f; }

 p { color: rgb(195,172,63); }

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

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

 a { background-color: rgb(195,172,63); }

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

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

 span { border-color: rgb(195,172,63); }

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