#C1AB42

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

Shades of Sundance #C1AB42

Tints of Sundance #C1AB42

Color information

#C1AB42 (or 0xC1AB42) is unknown color: approx Sundance. HEX triplet: C1, AB and 42. RGB value is (193,171,66). Sum of RGB (Red+Green+Blue) = 193+171+66=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 66 (26.17% from 255 or 15.35% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AB42 is #3E54BD. Grayscale: #A6A6A6. Windows color (decimal): -4084926 or 4369345. OLE color: 4369345.

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

Color convert

RGB19317166-
CMYK00.110.660.24
HSL49.61º50.6%50.78%-
HSV(B)49.61º65.8%75.69%-
XYZ37.5440.8611.06-
YUV165.6171.79147.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.88%
GREEN value IS 171 (67.19% from 255) = 39.77%
BLUE value IS 66 (26.17% from 255) = 15.35%
R=44.88%
G=39.77%
B=15.35%

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
Decimal1931716600.110.660.2449.6150.650.78
HexC1AB420B4218323333
Octal30125310201310230626363
Binary1100000110101011100001001011100001011000110010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AB42; }

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

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

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

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

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

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

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

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