#C1AB41

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

Shades of Sundance #C1AB41

Tints of Sundance #C1AB41

Color information

#C1AB41 (or 0xC1AB41) is unknown color: approx Sundance. HEX triplet: C1, AB and 41. RGB value is (193,171,65). Sum of RGB (Red+Green+Blue) = 193+171+65=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 65 (25.78% from 255 or 15.15% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AB41 is #3E54BE. Grayscale: #A5A5A5. Windows color (decimal): -4084927 or 4303809. OLE color: 4303809.

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

Color convert

RGB19317165-
CMYK00.110.660.24
HSL49.69º50.79%50.59%-
HSV(B)49.69º66.32%75.69%-
XYZ37.5140.8410.91-
YUV165.4971.29147.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.99%
GREEN value IS 171 (67.19% from 255) = 39.86%
BLUE value IS 65 (25.78% from 255) = 15.15%
R=44.99%
G=39.86%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931716500.110.660.2449.6950.7950.59
HexC1AB410B4218323333
Octal30125310101310230626363
Binary1100000110101011100000101011100001011000110010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AB41; }

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

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

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

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

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

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

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

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