#C3A640

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

Shades of Sundance #C3A640

Tints of Sundance #C3A640

Color information

#C3A640 (or 0xC3A640) is unknown color: approx Sundance. HEX triplet: C3, A6 and 40. RGB value is (195,166,64). Sum of RGB (Red+Green+Blue) = 195+166+64=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A640 is #3C59BF. Grayscale: #A3A3A3. Windows color (decimal): -3955136 or 4236995. OLE color: 4236995.

HSL color Cylindrical-coordinate representation of color #C3A640: hue angle of 46.72º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3A640 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB19516664-
CMYK00.150.670.24
HSL46.72º52.19%50.78%-
HSV(B)46.72º67.18%76.47%-
XYZ37.0739.2410.47-
YUV163.0472.11150.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.88%
GREEN value IS 166 (65.23% from 255) = 39.06%
BLUE value IS 64 (25.39% from 255) = 15.06%
R=45.88%
G=39.06%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951666400.150.670.2446.7252.1950.78
HexC3A6400F43182f3433
Octal30324610001710330576463
Binary1100001110100110100000001111100001111000101111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A640; }

 p { color: rgb(195,166,64); }

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

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

 a { background-color: rgb(195,166,64); }

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

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

 span { border-color: rgb(195,166,64); }

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