#C3AE41

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

Shades of Sundance #C3AE41

Tints of Sundance #C3AE41

Color information

#C3AE41 (or 0xC3AE41) is unknown color: approx Sundance. HEX triplet: C3, AE and 41. RGB value is (195,174,65). Sum of RGB (Red+Green+Blue) = 195+174+65=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AE41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AE41 is #3C51BE. Grayscale: #A8A8A8. Windows color (decimal): -3953087 or 4304579. OLE color: 4304579.

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

Color convert

RGB19517465-
CMYK00.110.670.24
HSL50.31º52%50.98%-
HSV(B)50.31º66.67%76.47%-
XYZ38.642.2611.12-
YUV167.8569.96147.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.93%
GREEN value IS 174 (68.36% from 255) = 40.09%
BLUE value IS 65 (25.78% from 255) = 14.98%
R=44.93%
G=40.09%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951746500.110.670.2450.315250.98
HexC3AE410B4318323433
Octal30325610101310330626463
Binary1100001110101110100000101011100001111000110010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AE41; }

 p { color: rgb(195,174,65); }

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

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

 a { background-color: rgb(195,174,65); }

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

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

 span { border-color: rgb(195,174,65); }

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