#C1AE41

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

Shades of Sundance #C1AE41

Tints of Sundance #C1AE41

Color information

#C1AE41 (or 0xC1AE41) is unknown color: approx Sundance. HEX triplet: C1, AE and 41. RGB value is (193,174,65). Sum of RGB (Red+Green+Blue) = 193+174+65=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 65 (25.78% from 255 or 15.05% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AE41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AE41 is #3E51BE. Grayscale: #A7A7A7. Windows color (decimal): -4084159 or 4304577. OLE color: 4304577.

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

Color convert

RGB19317465-
CMYK00.100.660.24
HSL51.09º50.79%50.59%-
HSV(B)51.09º66.32%75.69%-
XYZ38.0841.9911.1-
YUV167.2670.29146.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.68%
GREEN value IS 174 (68.36% from 255) = 40.28%
BLUE value IS 65 (25.78% from 255) = 15.05%
R=44.68%
G=40.28%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931746500.100.660.2451.0950.7950.59
HexC1AE410A4218333333
Octal30125610101210230636363
Binary1100000110101110100000101010100001011000110011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AE41; }

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

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

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

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

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

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

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

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